We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c79737 commit 4467c18Copy full SHA for 4467c18
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
name: lint
18
runs-on: ubuntu-latest
19
steps:
20
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
21
with:
22
path: 'gmazoyer.netbox'
23
- name: Setup Python
@@ -42,7 +42,7 @@ jobs:
42
- ubuntu2204
43
- ubuntu2404
44
45
46
47
48
@@ -64,7 +64,7 @@ jobs:
64
65
needs: [lint, molecule]
66
67
68
69
70
0 commit comments