File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
name : Checks syntax of our code
15
15
steps :
16
- - uses : actions/checkout@v2
16
+ - uses : actions/checkout@v3
17
17
with :
18
18
# Full git history is needed to get a proper list of changed files within `super-linter`
19
19
fetch-depth : 0
52
52
steps :
53
53
- id : git-checkout
54
54
name : Checkout
55
- uses : actions/checkout@v2
55
+ uses : actions/checkout@v3
56
56
- id : docker-build
57
57
name : Build the image from '${{ matrix.docker_from }}' with '${{ matrix.build_cmd }}'
58
58
run : ${{ matrix.build_cmd }}
Original file line number Diff line number Diff line change 24
24
steps :
25
25
-
26
26
name : Checkout
27
- uses : actions/checkout@v2
27
+ uses : actions/checkout@v3
28
28
-
29
29
name : Get Version of NetBox Docker
30
30
run : |
You can’t perform that action at this time.
0 commit comments