File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 38
38
39
39
steps :
40
40
- name : Checkout repository
41
- uses : actions/checkout@v4
41
+ uses : actions/checkout@v5
42
42
43
43
# Initializes the CodeQL tools for scanning.
44
44
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 9
9
example-submission :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v4
12
+ - uses : actions/checkout@v5
13
13
- uses : actions/setup-node@v4
14
14
with :
15
15
node-version : 20
Original file line number Diff line number Diff line change 8
8
publish-npm :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v4
11
+ - uses : actions/checkout@v5
12
12
- uses : actions/setup-node@v4
13
13
with :
14
14
node-version : 20
Original file line number Diff line number Diff line change 14
14
build : # make sure build/ci work properly
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@v4
17
+ - uses : actions/checkout@v5
18
18
- uses : actions/setup-node@v4
19
19
with :
20
20
node-version : 20
You can’t perform that action at this time.
0 commit comments