Skip to content

Commit 303ec32

Browse files
ci: 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] <[email protected]>
1 parent 352bade commit 303ec32

File tree

11 files changed

+14
-14
lines changed

11 files changed

+14
-14
lines changed

.github/workflows/apply-linters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
username: "${{ steps.team_details.outputs.github-username }}"
6565

6666
- name: Set up Python
67-
uses: actions/setup-python@v5
67+
uses: actions/setup-python@v6
6868
with:
6969
python-version: '3.13'
7070

.github/workflows/bandit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
ref: ${{ inputs.head_sha }}
2828

2929
- name: Set up Python
30-
uses: actions/setup-python@v5
30+
uses: actions/setup-python@v6
3131
with:
3232
python-version: '3.13'
3333

.github/workflows/blue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
ref: ${{ inputs.head_sha }}
1919

2020
- name: Set up Python
21-
uses: actions/setup-python@v5
21+
uses: actions/setup-python@v6
2222
with:
2323
python-version: '3.13'
2424

.github/workflows/build_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117

118118
- name: "Set up Python"
119119
id: setup_python
120-
uses: actions/setup-python@v5
120+
uses: actions/setup-python@v6
121121
with:
122122
python-version: '3.13'
123123
cache: 'poetry'

.github/workflows/docker-release-promote.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
core.setOutput("ubuntu-tags", ubuntuTags);
134134
135135
- name: Set up Python
136-
uses: actions/setup-python@v5
136+
uses: actions/setup-python@v6
137137
with:
138138
python-version: '3.13'
139139

.github/workflows/follow-merge-upstream-repo-sync-v2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797

9898
- name: "Set up Python"
9999
id: setup_python
100-
uses: actions/setup-python@v5
100+
uses: actions/setup-python@v6
101101
with:
102102
python-version: '3.13'
103103
cache: 'poetry'

.github/workflows/ruff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
ref: ${{ inputs.head_sha }}
1919

2020
- name: Set up Python
21-
uses: actions/setup-python@v5
21+
uses: actions/setup-python@v6
2222
with:
2323
python-version: '3.13'
2424

.github/workflows/test_conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
- name: "Set up Python"
5454
id: setup_python
55-
uses: actions/setup-python@v5
55+
uses: actions/setup-python@v6
5656
with:
5757
python-version: '3.13'
5858
cache: 'poetry'

.github/workflows/test_migrations.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: "Set up Python"
4242
id: setup_python
43-
uses: actions/setup-python@v5
43+
uses: actions/setup-python@v6
4444
with:
4545
python-version: '3.13'
4646
cache: 'poetry'
@@ -103,7 +103,7 @@ jobs:
103103

104104
- name: "Set up Python"
105105
id: setup_python
106-
uses: actions/setup-python@v5
106+
uses: actions/setup-python@v6
107107
with:
108108
python-version: '3.13'
109109
cache: 'poetry'

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

5858
- name: "Set up Python ${{ matrix.python-version }}"
5959
id: setup_python
60-
uses: actions/setup-python@v5
60+
uses: actions/setup-python@v6
6161
with:
6262
python-version: '${{ matrix.python-version }}'
6363
cache: 'poetry'
@@ -118,7 +118,7 @@ jobs:
118118

119119
- name: "Set up Python ${{ matrix.python-version }}"
120120
id: setup_python
121-
uses: actions/setup-python@v5
121+
uses: actions/setup-python@v6
122122
with:
123123
python-version: '${{ matrix.python-version }}'
124124
cache: 'poetry'
@@ -186,7 +186,7 @@ jobs:
186186

187187
- name: "Set up Python ${{ matrix.python-version }}"
188188
id: setup_python
189-
uses: actions/setup-python@v5
189+
uses: actions/setup-python@v6
190190
with:
191191
python-version: '${{ matrix.python-version }}'
192192
cache: 'poetry'

0 commit comments

Comments
 (0)