Skip to content

Commit 111bc37

Browse files
chore: Bump actions/setup-python from 4 to 5 (#68)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c7948e8 commit 111bc37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- uses: actions/checkout@v4
22-
- uses: actions/setup-python@v4
22+
- uses: actions/setup-python@v5
2323
- uses: pre-commit/[email protected]
2424
with:
2525
extra_args: --hook-stage manual --all-files
@@ -74,7 +74,7 @@ jobs:
7474
if: matrix.sys.os == 'macos-latest'
7575
run: brew install autoconf automake libtool
7676

77-
- uses: actions/setup-python@v4
77+
- uses: actions/setup-python@v5
7878
if: matrix.sys.os != 'windows-latest'
7979
with:
8080
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)