File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
# - v18 EOL: Apr 30 2025
15
15
# - v20 EOL: Apr 30 2026
16
16
steps :
17
- - uses : actions/checkout@v3
17
+ - uses : actions/checkout@v4
18
18
- name : Use Node.js ${{ matrix.node-version }}
19
19
uses : actions/setup-node@v3
20
20
with :
24
24
lint :
25
25
runs-on : ubuntu-latest
26
26
steps :
27
- - uses : actions/checkout@v3
27
+ - uses : actions/checkout@v4
28
28
- run : yarn install
29
29
- run : yarn run prettier-check
30
30
- run : yarn run eslint
Original file line number Diff line number Diff line change 9
9
release-image :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v3
12
+ - uses : actions/checkout@v4
13
13
- uses : docker/setup-buildx-action@v2
14
14
- uses : actions/setup-node@v3
15
15
with :
Original file line number Diff line number Diff line change 8
8
test :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v3
11
+ - uses : actions/checkout@v4
12
12
- run : yarn install
13
13
- run : yarn global add ts-node @sourcegraph/src
14
14
- run : ts-node src/main.ts index
You can’t perform that action at this time.
0 commit comments