File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 16
16
17
17
steps :
18
18
- name : Checkout repository
19
- uses : actions/checkout@v4
19
+ uses : actions/checkout@v5
20
20
with :
21
21
# We must fetch at least the immediate parents so that if this is
22
22
# a pull request then we can checkout the head.
Original file line number Diff line number Diff line change 18
18
name : release
19
19
runs-on : ubuntu-latest
20
20
steps :
21
- - uses : actions/checkout@v4
21
+ - uses : actions/checkout@v5
22
22
- uses : actions/setup-node@v4
23
23
with :
24
24
node-version : lts/*
Original file line number Diff line number Diff line change 17
17
- 22
18
18
- 24
19
19
steps :
20
- - uses : actions/checkout@v4
20
+ - uses : actions/checkout@v5
21
21
- name : Test with Node.js ${{ matrix.node_version }}
22
22
uses : actions/setup-node@v4
23
23
with :
31
31
steps :
32
32
- run : exit 1
33
33
if : ${{ needs.test_matrix.result != 'success' }}
34
- - uses : actions/checkout@v4
34
+ - uses : actions/checkout@v5
35
35
- run : npm ci
36
36
- run : npm run lint
37
37
if : ${{ always() }}
Original file line number Diff line number Diff line change 12
12
with :
13
13
app-id : ${{ vars.OCTOKIT_APP_ID }}
14
14
private-key : ${{ secrets.OCTOKIT_APP_PRIVATE_KEY }}
15
- - uses : actions/checkout@v4
15
+ - uses : actions/checkout@v5
16
16
- uses : actions/setup-node@v4
17
17
with :
18
18
cache : npm
You can’t perform that action at this time.
0 commit comments