Skip to content

Commit baf501b

Browse files
build(deps): 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 89358e8 commit baf501b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
python-version: ['3.11']
2121
steps:
2222
- uses: actions/checkout@v5
23-
- uses: actions/setup-python@v5
23+
- uses: actions/setup-python@v6
2424
with:
2525
python-version: ${{ matrix.python-version }}
2626
- run: pip install --upgrade pipenv==2024.1.0
@@ -40,7 +40,7 @@ jobs:
4040
fail-fast: false
4141
steps:
4242
- uses: actions/checkout@v5
43-
- uses: actions/setup-python@v5
43+
- uses: actions/setup-python@v6
4444
with:
4545
python-version: ${{ matrix.python-version }}
4646
# with pipenv v2023.6.26:
@@ -70,7 +70,7 @@ jobs:
7070
python-version: ['3.9']
7171
steps:
7272
- uses: actions/checkout@v5
73-
- uses: actions/setup-python@v5
73+
- uses: actions/setup-python@v6
7474
with:
7575
python-version: ${{ matrix.python-version }}
7676
- run: pip install --upgrade pipenv==2020.8.13

0 commit comments

Comments
 (0)