File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 3030 uses : actions/checkout@v5
3131
3232 - name : Set up Python
33- uses : actions/setup-python@v5
33+ uses : actions/setup-python@v6
3434 with :
3535 python-version : ' 3.12'
3636 - name : Install dependencies
Original file line number Diff line number Diff line change 2020 ref : master
2121 path : ' beta'
2222 - name : Set up Python
23- uses : actions/setup-python@v5
23+ uses : actions/setup-python@v6
2424 with :
2525 python-version : ' 3.12'
2626 - name : Install dependencies
6868 ref : master
6969 path : ' beta'
7070 - name : Set up Python
71- uses : actions/setup-python@v5
71+ uses : actions/setup-python@v6
7272 with :
7373 python-version : ' 3.12'
7474 - name : Install dependencies
@@ -116,7 +116,7 @@ jobs:
116116 ref : master
117117 path : ' beta'
118118 - name : Set up Python
119- uses : actions/setup-python@v5
119+ uses : actions/setup-python@v6
120120 with :
121121 python-version : ' 3.12'
122122 - name : Install dependencies
@@ -226,7 +226,7 @@ jobs:
226226 ref : master
227227 path : ' beta'
228228 - name : Set up Python
229- uses : actions/setup-python@v5
229+ uses : actions/setup-python@v6
230230 with :
231231 python-version : ' 3.12'
232232 - name : Install dependencies
Original file line number Diff line number Diff line change 5656 id=$(echo $RELEASE_VERSION | cut -dv -f2)
5757 echo "id=$id" >> $GITHUB_OUTPUT
5858 - name : Set up Python
59- uses : actions/setup-python@v5
59+ uses : actions/setup-python@v6
6060 with :
6161 python-version : ' 3.12'
6262 - name : Install dependencies
@@ -120,7 +120,7 @@ jobs:
120120 id=$(echo $RELEASE_VERSION | cut -dv -f2)
121121 echo "id=$id" >> $GITHUB_OUTPUT
122122 - name : Set up Python
123- uses : actions/setup-python@v5
123+ uses : actions/setup-python@v6
124124 with :
125125 python-version : ' 3.12'
126126 - name : Install dependencies
@@ -172,7 +172,7 @@ jobs:
172172 id=$(echo $RELEASE_VERSION | cut -dv -f2)
173173 echo "id=$id" >> $GITHUB_OUTPUT
174174 - name : Set up Python
175- uses : actions/setup-python@v5
175+ uses : actions/setup-python@v6
176176 with :
177177 python-version : ' 3.12'
178178 - name : Install dependencies
@@ -286,7 +286,7 @@ jobs:
286286 id=$(echo $RELEASE_VERSION | cut -dv -f2)
287287 echo "id=$id" >> $GITHUB_OUTPUT
288288 - name : Set up Python
289- uses : actions/setup-python@v5
289+ uses : actions/setup-python@v6
290290 with :
291291 python-version : ' 3.12'
292292 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments