File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 23
23
runs-on : ubuntu-22.04
24
24
25
25
steps :
26
- - uses : actions/checkout@v4
26
+ - uses : actions/checkout@v5
27
27
- name : Use Node.js
28
28
uses : actions/setup-node@v4
29
29
with :
45
45
node : [18, 20, 22, 24]
46
46
47
47
steps :
48
- - uses : actions/checkout@v4
48
+ - uses : actions/checkout@v5
49
49
- name : Use Node.js ${{ matrix.node }}
50
50
uses : actions/setup-node@v4
51
51
with :
@@ -120,7 +120,7 @@ jobs:
120
120
121
121
- name : Checkout repository
122
122
if : steps.automerge.outputs.mergeResult == 'merged'
123
- uses : actions/checkout@v4
123
+ uses : actions/checkout@v5
124
124
125
125
- name : Use Node.js
126
126
if : steps.automerge.outputs.mergeResult == 'merged'
Original file line number Diff line number Diff line change 24
24
25
25
steps :
26
26
- name : Checkout
27
- uses : actions/checkout@v4
27
+ uses : actions/checkout@v5
28
28
29
29
- name : Initialize CodeQL
30
30
uses : github/codeql-action/init@v3
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Checkout code
14
- uses : actions/checkout@v4
14
+ uses : actions/checkout@v5
15
15
16
16
- name : Check if PR should be auto-merged
17
17
uses : ahmadnassri/action-dependabot-auto-merge@v2
Original file line number Diff line number Diff line change 22
22
23
23
steps :
24
24
- name : Checkout code
25
- uses : actions/checkout@v4
25
+ uses : actions/checkout@v5
26
26
with :
27
27
fetch-depth : 0 # Fetch the history, or this action won't work
28
28
Original file line number Diff line number Diff line change 19
19
20
20
steps :
21
21
- name : Checkout code
22
- uses : actions/checkout@v4
22
+ uses : actions/checkout@v5
23
23
with :
24
24
fetch-depth : 0 # Fetch the history, or this action won't work
25
25
You can’t perform that action at this time.
0 commit comments