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 9
9
10
10
steps :
11
11
- name : Checkout repository
12
- uses : actions/checkout@v4
12
+ uses : actions/checkout@v5
13
13
14
14
- name : Use Node.js
15
15
uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 6
6
runs-on : ubuntu-latest
7
7
steps :
8
8
- name : Checkout repository
9
- uses : actions/checkout@v4
9
+ uses : actions/checkout@v5
10
10
with :
11
11
fetch-depth : 0
12
12
Original file line number Diff line number Diff line change 21
21
22
22
- name : Checkout repository
23
23
if : ${{ steps.release.outputs.release_created }}
24
- uses : actions/checkout@v4
24
+ uses : actions/checkout@v5
25
25
26
26
- name : Tag major and minor versions
27
27
if : ${{ steps.release.outputs.release_created }}
Original file line number Diff line number Diff line change 6
6
runs-on : ubuntu-latest
7
7
steps :
8
8
- name : Checkout repository
9
- uses : actions/checkout@v4
9
+ uses : actions/checkout@v5
10
10
11
11
- name : Use Node.js
12
12
uses : actions/setup-node@v4
36
36
runs-on : ubuntu-latest
37
37
steps :
38
38
- name : Checkout repository
39
- uses : actions/checkout@v4
39
+ uses : actions/checkout@v5
40
40
41
41
- name : Run action
42
42
uses : ./
You can’t perform that action at this time.
0 commit comments