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.
2 parents a9cdec6 + 2c20771 commit 36d47b9Copy full SHA for 36d47b9
.github/workflows/push.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
name: Checks syntax of our code
15
steps:
16
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
17
with:
18
# Full git history is needed to get a proper list of changed files within `super-linter`
19
fetch-depth: 0
@@ -52,7 +52,7 @@ jobs:
52
53
- id: git-checkout
54
name: Checkout
55
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
56
- id: docker-build
57
name: Build the image from '${{ matrix.docker_from }}' with '${{ matrix.build_cmd }}'
58
run: ${{ matrix.build_cmd }}
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
25
-
26
27
28
29
name: Get Version of NetBox Docker
30
run: |
0 commit comments