File tree 6 files changed +6
-6
lines changed
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 21
21
runs-on : ubuntu-latest
22
22
23
23
steps :
24
- - uses : actions/checkout@v3
24
+ - uses : actions/checkout@v4
25
25
26
26
- name : Set Node.js 16.x
27
27
uses : actions/setup-node@v3
Original file line number Diff line number Diff line change 40
40
41
41
steps :
42
42
- name : Checkout repository
43
- uses : actions/checkout@v3
43
+ uses : actions/checkout@v4
44
44
45
45
# Initializes the CodeQL tools for scanning.
46
46
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 21
21
id : dependabot-metadata
22
22
uses : dependabot/fetch-metadata@v1
23
23
24
- - uses : actions/checkout@v3
24
+ - uses : actions/checkout@v4
25
25
if : ${{ steps.dependabot-metadata.outputs.package-ecosystem == 'npm_and_yarn' }}
26
26
with :
27
27
ref : ${{ github.head_ref }}
Original file line number Diff line number Diff line change 11
11
lint :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v4
15
15
- run : |
16
16
npm ci
17
17
- run : |
Original file line number Diff line number Diff line change 9
9
test : # make sure the action works on a clean machine without building
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v3
12
+ - uses : actions/checkout@v4
13
13
- uses : ./
14
14
id : draft-release
15
15
with :
Original file line number Diff line number Diff line change 9
9
build :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v3
12
+ - uses : actions/checkout@v4
13
13
- run : |
14
14
npm ci
15
15
- run : |
You can’t perform that action at this time.
0 commit comments