File tree Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 28
28
token : ${{ secrets.GITHUB_TOKEN }}
29
29
30
30
- name : Checkout
31
- uses : actions/checkout@v2
31
+ uses : actions/checkout@v3
32
32
33
33
- name : Generate testing matrix
34
34
uses : actions/github-script@v6
65
65
script : return "${{ matrix.version }}".split('.')[0]
66
66
67
67
- name : Checkout
68
- uses : actions/checkout@v2
68
+ uses : actions/checkout@v3
69
69
70
70
- name : Build image
71
71
uses : docker/build-push-action@v2
Original file line number Diff line number Diff line change 11
11
name : Doc TOC Check
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v2
14
+ - uses : actions/checkout@v3
15
15
- uses : actions/setup-node@v3
16
16
with :
17
17
node-version : ' lts/*'
Original file line number Diff line number Diff line change 6
6
eclint :
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@v2
9
+ - uses : actions/checkout@v3
10
10
- uses : actions/setup-node@v3
11
11
with :
12
12
node-version : ' lts/*'
Original file line number Diff line number Diff line change 9
9
markdown-link-check :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v2
12
+ - uses : actions/checkout@v3
13
13
- uses : actions/setup-node@v3
14
14
with :
15
15
node-version : ' lts/*'
Original file line number Diff line number Diff line change 10
10
test :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v2
13
+ - uses : actions/checkout@v3
14
14
15
15
- name : Count number of Alpine Dockersfiles without CHECKSUM
16
16
run : |
Original file line number Diff line number Diff line change @@ -19,14 +19,14 @@ jobs:
19
19
20
20
steps :
21
21
- name : Checkout the docker-node repo
22
- uses : actions/checkout@v2
22
+ uses : actions/checkout@v3
23
23
with :
24
24
path : docker-node
25
25
ref : ${{ github.base_ref }}
26
26
fetch-depth : 50
27
27
28
28
- name : Checkout the official-images repo
29
- uses : actions/checkout@v2
29
+ uses : actions/checkout@v3
30
30
with :
31
31
path : official-images
32
32
repository : docker-library/official-images
Original file line number Diff line number Diff line change 9
9
shfmt :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v1
12
+ - uses : actions/checkout@v3
13
13
- run : docker run -v "$(pwd)":/sh -w /sh peterdavehello/shfmt:2.6.3 shfmt -sr -i 2 -l -w -ci .
14
14
- run : git diff --color --exit-code
15
15
16
16
shellcheck :
17
17
runs-on : ubuntu-latest
18
18
steps :
19
- - uses : actions/checkout@v1
19
+ - uses : actions/checkout@v3
20
20
- run : shellcheck *.sh
You can’t perform that action at this time.
0 commit comments