File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ jobs:
22
22
runs-on : ubuntu-latest
23
23
24
24
steps :
25
- - uses : actions/checkout@v4
25
+ - uses : actions/checkout@v5
26
26
if : github.event_name == 'pull_request'
27
27
with :
28
28
fetch-depth : 0
29
29
ref : ${{ github.event.pull_request.head.ref }}
30
30
31
- - uses : actions/checkout@v4
31
+ - uses : actions/checkout@v5
32
32
if : github.event_name == 'push'
33
33
with :
34
34
fetch-depth : 0
Original file line number Diff line number Diff line change 18
18
permissions :
19
19
actions : write
20
20
steps :
21
- - uses : actions/checkout@v4
21
+ - uses : actions/checkout@v5
22
22
with :
23
23
fetch-depth : 0
24
24
ref : main
Original file line number Diff line number Diff line change 18
18
19
19
steps :
20
20
- name : Checkout repository
21
- uses : actions/checkout@v4
21
+ uses : actions/checkout@v5
22
22
23
23
- name : Setup Node.js
24
24
uses : actions/setup-node@v4
50
50
51
51
steps :
52
52
- name : Checkout repository
53
- uses : actions/checkout@v4
53
+ uses : actions/checkout@v5
54
54
55
55
- name : Setup Node.js ${{ matrix.node-version }}
56
56
uses : actions/setup-node@v4
80
80
81
81
steps :
82
82
- name : Checkout repository
83
- uses : actions/checkout@v4
83
+ uses : actions/checkout@v5
84
84
85
85
- name : Setup Node.js
86
86
uses : actions/setup-node@v4
You can’t perform that action at this time.
0 commit comments