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 15
15
16
16
steps :
17
17
- name : Checkout repository
18
- uses : actions/checkout@v4
18
+ uses : actions/checkout@v5
19
19
with :
20
20
# We must fetch at least the immediate parents so that if this is
21
21
# 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 : Use Node.js ${{ matrix.node_version }}
22
22
uses : actions/setup-node@v4
23
23
with :
33
33
steps :
34
34
- run : exit 1
35
35
if : ${{ needs.test_matrix.result != 'success' }}
36
- - uses : actions/checkout@v4
36
+ - uses : actions/checkout@v5
37
37
- run : npm ci
38
38
- run : npm run lint
39
39
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