File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 35
35
36
36
steps :
37
37
- name : Checkout repository
38
- uses : actions/checkout@v2
38
+ uses : actions/checkout@v3
39
39
40
40
# Initializes the CodeQL tools for scanning.
41
41
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 8
8
build :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v2
11
+ - uses : actions/checkout@v3
12
12
with :
13
13
fetch-depth : 0 # otherwise, you will failed to push refs to dest repo
14
14
- name : Use Node.js
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
12
- - uses : actions/checkout@v2
12
+ - uses : actions/checkout@v3
13
13
14
14
- name : Install modules
15
15
run : yarn
You can’t perform that action at this time.
0 commit comments