Skip to content

Commit cd3bc56

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] <[email protected]>
1 parent 89b69bf commit cd3bc56

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/python-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
fetch-depth: 0
2020
- name: Set up Python
21-
uses: actions/setup-python@v5
21+
uses: actions/setup-python@v6
2222
with:
2323
python-version: '3.x'
2424
- name: Install dependencies

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fetch-depth: 0
2929

3030
- name: Set up Python ${{ matrix.python-version }}
31-
uses: actions/setup-python@v5
31+
uses: actions/setup-python@v6
3232
with:
3333
python-version: ${{ matrix.python-version }}
3434

@@ -53,7 +53,7 @@ jobs:
5353
fetch-depth: 0
5454

5555
- name: Set up Python ${{ matrix.python-version }}
56-
uses: actions/setup-python@v5
56+
uses: actions/setup-python@v6
5757
with:
5858
python-version: "3.11"
5959

@@ -85,7 +85,7 @@ jobs:
8585
fetch-depth: 0
8686

8787
- name: Set up Python ${{ matrix.python-version }}
88-
uses: actions/setup-python@v5
88+
uses: actions/setup-python@v6
8989
with:
9090
python-version: ${{ matrix.python-version }}
9191

@@ -114,7 +114,7 @@ jobs:
114114
fetch-depth: 0
115115

116116
- name: Set up Python
117-
uses: actions/setup-python@v5
117+
uses: actions/setup-python@v6
118118
with:
119119
python-version: "3.11"
120120

@@ -138,7 +138,7 @@ jobs:
138138
fetch-depth: 0
139139

140140
- name: Set up Python
141-
uses: actions/setup-python@v5
141+
uses: actions/setup-python@v6
142142
with:
143143
# Pin this to the same version used on in .readthedocs.yaml
144144
python-version: "3.11"

0 commit comments

Comments
 (0)