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 18
18
runs-on : ubuntu-latest
19
19
steps :
20
20
- name : Checkout
21
- uses : actions/checkout@v4
21
+ uses : actions/checkout@v5
22
22
with :
23
23
fetch-depth : 0
24
24
token : ${{ secrets.SEMANTIC_RELEASE_TOKEN }}
Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-latest
17
17
steps :
18
18
- name : Checkout code
19
- uses : actions/checkout@v4
19
+ uses : actions/checkout@v5
20
20
21
21
- name : Setup Node.js
22
22
uses : actions/setup-node@v4
52
52
53
53
steps :
54
54
- name : Checkout code
55
- uses : actions/checkout@v4
55
+ uses : actions/checkout@v5
56
56
57
57
- name : Setup Node.js ${{ matrix.node-version }}
58
58
uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 34
34
runs-on : ubuntu-latest
35
35
steps :
36
36
- name : Checkout
37
- uses : actions/checkout@v4
37
+ uses : actions/checkout@v5
38
38
with :
39
39
fetch-depth : 0
40
40
token : ${{ secrets.SEMANTIC_RELEASE_TOKEN }}
You can’t perform that action at this time.
0 commit comments