mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-12-10 05:42:36 +00:00
Update actions/setup-python action to v5
This commit is contained in:
parent
147ee4e8fb
commit
d1a32b6808
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
# Full git history is needed to get a proper
|
||||
# list of changed files within `super-linter`
|
||||
fetch-depth: 0
|
||||
- uses: actions/setup-python@v4
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.9'
|
||||
- name: Lint Code Base
|
||||
|
|
|
|||
Loading…
Reference in a new issue