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 23
23
24
24
steps :
25
25
- name : Checkout repository
26
- uses : actions/checkout@v4
26
+ uses : actions/checkout@v5
27
27
with :
28
28
# We must fetch at least the immediate parents so that if this is
29
29
# a pull request then we can checkout the head.
Original file line number Diff line number Diff line change 19
19
name : release
20
20
runs-on : ubuntu-latest
21
21
steps :
22
- - uses : actions/checkout@v4
22
+ - uses : actions/checkout@v5
23
23
- uses : actions/setup-node@v4
24
24
with :
25
25
node-version : lts/*
Original file line number Diff line number Diff line change 22
22
- 22
23
23
- 24
24
24
steps :
25
- - uses : actions/checkout@v4
25
+ - uses : actions/checkout@v5
26
26
- name : Use Node.js ${{ matrix.node_version }}
27
27
uses : actions/setup-node@v4
28
28
with :
38
38
steps :
39
39
- run : exit 1
40
40
if : ${{ needs.test_matrix.result != 'success' }}
41
- - uses : actions/checkout@v4
41
+ - uses : actions/checkout@v5
42
42
- uses : actions/setup-node@v4
43
43
with :
44
44
node-version : " lts/*"
Original file line number Diff line number Diff line change 16
16
with :
17
17
app-id : ${{ vars.OCTOKIT_APP_ID }}
18
18
private-key : ${{ secrets.OCTOKIT_APP_PRIVATE_KEY }}
19
- - uses : actions/checkout@v4
19
+ - uses : actions/checkout@v5
20
20
- uses : actions/setup-node@v4
21
21
with :
22
22
node-version : lts/*
You can’t perform that action at this time.
0 commit comments