This repository was archived by the owner on Mar 23, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121
2222 - name : Set up Python 3.11
2323 id : setup-python
24- uses : actions/setup-python@v5
24+ uses : actions/setup-python@v6
2525 with :
2626 python-version : ' 3.11'
2727
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103103 uses : actions/checkout@v5
104104
105105 - name : Set up Python
106- uses : actions/setup-python@v5
106+ uses : actions/setup-python@v6
107107 with :
108108 python-version-file : ' .python-version'
109109 cache : ' pip'
@@ -210,7 +210,7 @@ jobs:
210210 platform : ${{ env.PLATFORM_NAME_AMD64 }}
211211
212212 - name : Configure AWS credentials
213- uses : aws-actions/configure-aws-credentials@v4
213+ uses : aws-actions/configure-aws-credentials@v5
214214 with :
215215 aws-access-key-id : ${{ secrets.AWS_ACCESS_KEY_ID }}
216216 aws-secret-access-key : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114114 password : ${{ secrets.DOCKERHUB_PASSWORD }}
115115
116116 - name : Set up Python
117- uses : actions/setup-python@v5
117+ uses : actions/setup-python@v6
118118 with :
119119 python-version : ' 3.11'
120120
@@ -209,7 +209,7 @@ jobs:
209209 uses : actions/checkout@v5
210210
211211 - name : Set up Python
212- uses : actions/setup-python@v5
212+ uses : actions/setup-python@v6
213213 with :
214214 python-version : ' 3.11'
215215
Original file line number Diff line number Diff line change 4444
4545 - name : Set up Python
4646 id : setup-python
47- uses : actions/setup-python@v5
47+ uses : actions/setup-python@v6
4848 with :
4949 python-version : " 3.11"
5050
Original file line number Diff line number Diff line change 1212 welcome :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/github-script@v7
15+ - uses : actions/github-script@v8
1616 with :
1717 github-token : ${{ secrets.PRO_ACCESS_TOKEN }}
1818 script : |
Original file line number Diff line number Diff line change 1010 steps :
1111 - name : find release branches
1212 id : find-release-branches
13- uses : actions/github-script@v7
13+ uses : actions/github-script@v8
1414 with :
1515 script : |
1616 // find all refs in the repo starting with "release/"
Original file line number Diff line number Diff line change 99 steps :
1010 - name : Determine base ref
1111 id : determine-base-ref
12- uses : actions/github-script@v7
12+ uses : actions/github-script@v8
1313 with :
1414 result-encoding : string
1515 script : |
Original file line number Diff line number Diff line change 2929 sudo ./install.sh /usr/local
3030
3131 - name : Set up Python
32- uses : actions/setup-python@v5
32+ uses : actions/setup-python@v6
3333 with :
3434 python-version : ' 3.11'
3535
Original file line number Diff line number Diff line change 8787 uses : actions/checkout@v5
8888 - name : Set up Python
8989 id : setup-python
90- uses : actions/setup-python@v5
90+ uses : actions/setup-python@v6
9191 with :
9292 python-version : ${{ matrix.python-version }}
9393 - name : Install CLI test dependencies
Original file line number Diff line number Diff line change 4040 uses : actions/checkout@v5
4141
4242 - name : Set up Python
43- uses : actions/setup-python@v5
43+ uses : actions/setup-python@v6
4444 with :
4545 python-version : " 3.11"
4646
You can’t perform that action at this time.
0 commit comments