Skip to content

Commit 626a996

Browse files
Merge pull request #140 from MonolithProjects/renovate/actions-setup-python-4.x
Update actions/setup-python action to v4
2 parents 1a09fd0 + 3b84e0c commit 626a996

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
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-20.04
1212
steps:
1313
- uses: actions/checkout@v2
14-
- uses: actions/setup-python@v2
14+
- uses: actions/setup-python@v4
1515

1616
- name: Run pre-commit
1717
uses: pre-commit/[email protected]

0 commit comments

Comments
 (0)