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@v3
41
+ uses : actions/checkout@v4
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 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : ' Checkout Repository'
13
- uses : actions/checkout@v3
13
+ uses : actions/checkout@v4
14
14
- uses : actions/setup-node@v3
15
15
# As of 2023-02-22, the ubuntu-latest image uses npm v8.3.1. This version
16
16
# has a bug that prevents loading dependency-submission-toolkit in the
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- name : Checkout the project
12
- uses : actions/checkout@v3
12
+ uses : actions/checkout@v4
13
13
- name : Use Node.js 16.x (LTS)
14
14
uses : actions/setup-node@v3
15
15
with :
Original file line number Diff line number Diff line change 13
13
build : # make sure build/ci work properly
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v3
16
+ - uses : actions/checkout@v4
17
17
# As of 2023-02-22, the ubuntu-latest image uses npm v8.3.1. This version
18
18
# has a bug that prevents loading dependency-submission-toolkit in the
19
19
# 'example/' project. npm v8.4.1 (same version in Codespace created on
You can’t perform that action at this time.
0 commit comments