File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
name : Sanity Checks
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v3
11
+ - uses : actions/checkout@v5
12
12
- uses : actions/setup-node@v4
13
13
with :
14
14
node-version : ' 20.16.0'
35
35
env :
36
36
DOCKER_REGISTRY_URL : registry.hub.docker.com
37
37
steps :
38
- - uses : actions/checkout@v3
38
+ - uses : actions/checkout@v5
39
39
with :
40
40
fetch-depth : 0
41
41
- uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 5
5
commitlint :
6
6
runs-on : ubuntu-latest
7
7
steps :
8
- - uses : actions/checkout@v3
8
+ - uses : actions/checkout@v5
9
9
- run : sed -i -E "s/(docker:.+)/Dockerfile/" ./action.yml
10
10
- run : echo -n '' > .dockerignore
11
11
- uses : actions/setup-node@v4
30
30
commitlint-pulling-from-docker-hub :
31
31
runs-on : ubuntu-latest
32
32
steps :
33
- - uses : actions/checkout@v3
33
+ - uses : actions/checkout@v5
34
34
- uses : actions/setup-node@v4
35
35
with :
36
36
node-version : ' 20.16.0'
You can’t perform that action at this time.
0 commit comments