Skip to content

Commit 4736343

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 a777d6b commit 4736343

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fetch-depth: 0
1818

1919
- name: Set up Python
20-
uses: actions/setup-python@v5
20+
uses: actions/setup-python@v6
2121
with:
2222
python-version: 3.9
2323

.github/workflows/testing.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: ./.github/actions/setup-actionlint
2525
- uses: ./.github/actions/setup-shellcheck
2626
- name: Set up Python
27-
uses: actions/setup-python@v5
27+
uses: actions/setup-python@v6
2828
with:
2929
python-version: 3.11
3030
- name: Set Cache Key
@@ -53,7 +53,7 @@ jobs:
5353
fetch-depth: 0
5454

5555
- name: Set up Python 3.11 For Nox
56-
uses: actions/setup-python@v5
56+
uses: actions/setup-python@v6
5757
with:
5858
python-version: 3.11
5959

@@ -83,7 +83,7 @@ jobs:
8383
- uses: actions/checkout@v4
8484

8585
- name: Set up Python 3.11 For Nox
86-
uses: actions/setup-python@v5
86+
uses: actions/setup-python@v6
8787
with:
8888
python-version: 3.11
8989

@@ -208,7 +208,7 @@ jobs:
208208
fetch-depth: 0
209209

210210
- name: Set up Python ${{ matrix.python-version }}
211-
uses: actions/setup-python@v5
211+
uses: actions/setup-python@v6
212212
with:
213213
python-version: ${{ matrix.python-version }}
214214

@@ -295,7 +295,7 @@ jobs:
295295
fetch-depth: 0
296296

297297
- name: Set up Python ${{ matrix.python-version }}
298-
uses: actions/setup-python@v5
298+
uses: actions/setup-python@v6
299299
with:
300300
python-version: ${{ matrix.python-version }}
301301

@@ -379,7 +379,7 @@ jobs:
379379
fetch-depth: 0
380380

381381
- name: Set up Python ${{ matrix.python-version }}
382-
uses: actions/setup-python@v5
382+
uses: actions/setup-python@v6
383383
with:
384384
python-version: ${{ matrix.python-version }}
385385

@@ -452,7 +452,7 @@ jobs:
452452
with:
453453
fetch-depth: 0
454454
- name: Set up Python
455-
uses: actions/setup-python@v5
455+
uses: actions/setup-python@v6
456456
with:
457457
python-version: 3.11
458458

0 commit comments

Comments
 (0)