Skip to content

Commit 5500bf3

Browse files
Bump actions/setup-python from 4 to 6
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4...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 a365db9 commit 5500bf3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: pipx install pipenv
2121

2222
- name: Set up Python 3.10
23-
uses: actions/setup-python@v4
23+
uses: actions/setup-python@v6
2424
with:
2525
python-version: "3.10"
2626
cache: "pipenv"
@@ -48,7 +48,7 @@ jobs:
4848
run: pipx install pipenv
4949

5050
- name: Set up Python ${{ matrix.python-version }}
51-
uses: actions/setup-python@v4
51+
uses: actions/setup-python@v6
5252
with:
5353
python-version: ${{ matrix.python-version }}
5454
cache: "pipenv"
@@ -76,7 +76,7 @@ jobs:
7676
run: pipx install pipenv
7777

7878
- name: Set up Python ${{ matrix.python-version }}
79-
uses: actions/setup-python@v4
79+
uses: actions/setup-python@v6
8080
with:
8181
python-version: ${{ matrix.python-version }}
8282
cache: "pipenv"

0 commit comments

Comments
 (0)