Skip to content

Commit 923b601

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 f59e35d commit 923b601

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
fetch-depth: 1
3939

4040
- name: Install Python
41-
uses: actions/setup-python@v5
41+
uses: actions/setup-python@v6
4242
with:
4343
python-version: '3.11'
4444

@@ -226,7 +226,7 @@ jobs:
226226
- uses: actions/checkout@v4
227227

228228
- name: Set up Python
229-
uses: actions/setup-python@v5
229+
uses: actions/setup-python@v6
230230
with:
231231
python-version: ${{ matrix.python-version }}
232232

0 commit comments

Comments
 (0)