Skip to content

Commit 050f65a

Browse files
authored
Merge pull request #130 from assert-rs/renovate/actions-setup-python-4.x
chore(deps): update actions/setup-python action to v4
2 parents 7141818 + f4e3db3 commit 050f65a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v3
11-
- uses: actions/setup-python@v2
11+
- uses: actions/setup-python@v4
1212
- uses: pre-commit/action@v3.0.0

0 commit comments

Comments
 (0)