Skip to content

Commit 6c1ddf4

Browse files
chore(deps): bump actions/setup-python from 4 to 5 (#431)
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 90f2073 commit 6c1ddf4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-22.04
2727
steps:
2828
- uses: actions/checkout@v4
29-
- uses: actions/setup-python@v4
29+
- uses: actions/setup-python@v5
3030
with:
3131
python-version: "3.x"
3232
- uses: pre-commit/[email protected]
@@ -175,7 +175,7 @@ jobs:
175175

176176
steps:
177177
- uses: actions/checkout@v4
178-
- uses: actions/setup-python@v4
178+
- uses: actions/setup-python@v5
179179
if: matrix.python != '2.7'
180180
name: Install Python ${{ matrix.python }}
181181
with:

0 commit comments

Comments
 (0)