Skip to content

Commit c4b5f31

Browse files
⬆️ 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 d517913 commit c4b5f31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ${{ matrix.runs-on }}
3232
steps:
3333
- uses: actions/checkout@v4
34-
- uses: actions/setup-python@v4
34+
- uses: actions/setup-python@v5
3535
with:
3636
python-version: ${{ env.python-version }}
3737
cache: ${{ env.cache }}
@@ -56,7 +56,7 @@ jobs:
5656
runs-on: ${{ matrix.runs-on }}
5757
steps:
5858
- uses: actions/checkout@v4
59-
- uses: actions/setup-python@v4
59+
- uses: actions/setup-python@v5
6060
with:
6161
python-version: ${{ env.python-version }}
6262
cache: ${{ env.cache }}

0 commit comments

Comments
 (0)