File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 39
39
40
40
steps :
41
41
- name : Checkout repository
42
- uses : actions/checkout@v3
42
+ uses : actions/checkout@v4
43
43
44
44
# Initializes the CodeQL tools for scanning.
45
45
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
steps :
9
9
- name : Checkout
10
- uses : actions/checkout@v3
10
+ uses : actions/checkout@v4
11
11
- name : Install
12
12
run : yarn
13
13
- name : Lint
Original file line number Diff line number Diff line change 14
14
NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
15
15
steps :
16
16
- name : Checkout
17
- uses : actions/checkout@v3
17
+ uses : actions/checkout@v4
18
18
- name : Install
19
19
run : yarn install --frozen-lockfile
20
20
- name : Build
Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
steps :
9
9
- name : Checkout
10
- uses : actions/checkout@v3
10
+ uses : actions/checkout@v4
11
11
- name : Install
12
12
run : yarn
13
13
- name : Test
You can’t perform that action at this time.
0 commit comments