Skip to content

Commit 0e80ca4

Browse files
Bump actions/setup-python from 5 to 6
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3274f71 commit 0e80ca4

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
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

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
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
@@ -68,7 +68,7 @@ jobs:
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

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
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

0 commit comments

Comments
 (0)