Skip to content

Commit 80348ed

Browse files
dependabot[bot]mr-c
authored andcommitted
Bump actions/setup-python from 4 to 5
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e927b1d commit 80348ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
fetch-depth: 0
3535

3636
- name: Set up Python
37-
uses: actions/setup-python@v4
37+
uses: actions/setup-python@v5
3838
with:
3939
python-version: ${{ env.py-semver }}
4040
cache: pip
@@ -84,7 +84,7 @@ jobs:
8484
fetch-depth: 0
8585

8686
- name: Set up Python
87-
uses: actions/setup-python@v4
87+
uses: actions/setup-python@v5
8888
with:
8989
python-version: ${{ env.py-semver }}
9090
cache: pip
@@ -114,7 +114,7 @@ jobs:
114114
- uses: actions/checkout@v4
115115

116116
- name: Set up Python
117-
uses: actions/setup-python@v4
117+
uses: actions/setup-python@v5
118118
with:
119119
python-version: "3.12"
120120
cache: pip

0 commit comments

Comments
 (0)