Skip to content

Commit 78fe47a

Browse files
authored
Merge pull request #774 from netbox-community/renovate/actions-setup-python-4.x
Update actions/setup-python action to v4
2 parents 6c9d4ae + 1370596 commit 78fe47a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/push.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ 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@v3
20+
- uses: actions/setup-python@v4
21+
with:
22+
python-version: '3.9'
2123
- name: Lint Code Base
2224
uses: github/super-linter@v4
2325
env:

0 commit comments

Comments
 (0)