Skip to content

Commit f1efcce

Browse files
committed
Update actions/setup-python action to v3
1 parent b6d6f85 commit f1efcce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
# Full git history is needed to get a proper list of changed files within `super-linter`
1919
fetch-depth: 0
20-
- uses: actions/setup-python@v2
20+
- uses: actions/setup-python@v3
2121
- name: Lint Code Base
2222
uses: github/super-linter@v4
2323
env:

0 commit comments

Comments
 (0)