Skip to content

Commit 9288798

Browse files
Bump actions/setup-python from 2 to 4 (#1055)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ea3dcd0 commit 9288798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
runs-on: ubuntu-latest
6565
steps:
6666
- uses: actions/checkout@v3
67-
- uses: actions/setup-python@v2
67+
- uses: actions/setup-python@v4
6868
- uses: pre-commit/[email protected]
6969
with:
7070
extra_args: --all-files --hook-stage=manual

0 commit comments

Comments
 (0)