Skip to content

Commit d47ba6a

Browse files
dependabot[bot]Kijewski
authored andcommitted
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 5cdafbc commit d47ba6a

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
path: ~/.cache/pip
3030

3131
- name: Setup python
32-
uses: actions/setup-python@v5
32+
uses: actions/setup-python@v6
3333
with:
3434
python-version: ${{ matrix.python }}
3535
allow-prereleases: true
@@ -68,7 +68,7 @@ jobs:
6868
path: ~/.cache/pip
6969

7070
- name: Setup python
71-
uses: actions/setup-python@v5
71+
uses: actions/setup-python@v6
7272
with:
7373
python-version: '3.13'
7474

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
path: ~/.cache/pip
3636

3737
- name: Setup python
38-
uses: actions/setup-python@v5
38+
uses: actions/setup-python@v6
3939
with:
4040
python-version: ${{ github.event.inputs.python }}
4141

.github/workflows/wheels.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
submodules: true
1515

1616
- name: Setup python
17-
uses: actions/setup-python@v5
17+
uses: actions/setup-python@v6
1818
with:
1919
python-version: '3.13'
2020

@@ -42,7 +42,7 @@ jobs:
4242
submodules: true
4343

4444
- name: Setup python
45-
uses: actions/setup-python@v5
45+
uses: actions/setup-python@v6
4646
with:
4747
python-version: '3.13'
4848

@@ -70,7 +70,7 @@ jobs:
7070
submodules: true
7171

7272
- name: Setup python
73-
uses: actions/setup-python@v5
73+
uses: actions/setup-python@v6
7474
with:
7575
python-version: '3.13'
7676

@@ -114,7 +114,7 @@ jobs:
114114
path: ~/.cache/pip
115115

116116
- name: Setup python
117-
uses: actions/setup-python@v5
117+
uses: actions/setup-python@v6
118118
with:
119119
python-version: '3.13'
120120

@@ -159,7 +159,7 @@ jobs:
159159
path: ~/.cache/pip
160160

161161
- name: Setup python
162-
uses: actions/setup-python@v5
162+
uses: actions/setup-python@v6
163163
with:
164164
python-version: '3.13'
165165

@@ -204,7 +204,7 @@ jobs:
204204
path: ~/.cache/pip
205205

206206
- name: Setup python
207-
uses: actions/setup-python@v5
207+
uses: actions/setup-python@v6
208208
with:
209209
python-version: '3.13'
210210

0 commit comments

Comments
 (0)