File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 30
30
publish-npm :
31
31
runs-on : ubuntu-22.04
32
32
steps :
33
- - uses : actions/checkout@v3
33
+ - uses : actions/checkout@v4
34
34
- uses : actions/setup-node@v3
35
35
with :
36
36
node-version : " 16"
44
44
publish-docker :
45
45
runs-on : ubuntu-22.04
46
46
steps :
47
- - uses : actions/checkout@v3
47
+ - uses : actions/checkout@v4
48
48
49
49
# Setup docker to build for multiple platforms, see:
50
50
# https://github.com/docker/build-push-action/tree/HEAD#usage
Original file line number Diff line number Diff line change 26
26
audit-dependencies :
27
27
runs-on : ubuntu-22.04
28
28
steps :
29
- - uses : actions/checkout@v3
29
+ - uses : actions/checkout@v4
30
30
- uses : actions/setup-node@v3
31
31
with :
32
32
node-version : " 16"
67
67
- " 19"
68
68
69
69
steps :
70
- - uses : actions/checkout@v3
70
+ - uses : actions/checkout@v4
71
71
- uses : actions/setup-node@v3
72
72
with :
73
73
node-version : ${{ matrix.node_version }}
You can’t perform that action at this time.
0 commit comments