File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 52
52
run_type : ${{ steps.jobs.outputs.run_type }}
53
53
steps :
54
54
- name : Checkout the source code
55
- uses : actions/checkout@v4
55
+ uses : actions/checkout@v5
56
56
- name : Test citool
57
57
# Only test citool on the auto branch, to reduce latency of the calculate matrix job
58
58
# on PR/try builds.
@@ -113,7 +113,7 @@ jobs:
113
113
run : git config --global core.autocrlf false
114
114
115
115
- name : checkout the source code
116
- uses : actions/checkout@v4
116
+ uses : actions/checkout@v5
117
117
with :
118
118
fetch-depth : 2
119
119
@@ -313,7 +313,7 @@ jobs:
313
313
if : ${{ !cancelled() && contains(fromJSON('["auto", "try"]'), needs.calculate_matrix.outputs.run_type) }}
314
314
steps :
315
315
- name : checkout the source code
316
- uses : actions/checkout@v4
316
+ uses : actions/checkout@v5
317
317
with :
318
318
fetch-depth : 2
319
319
# Calculate the exit status of the whole CI workflow.
Original file line number Diff line number Diff line change 51
51
runs-on : ubuntu-24.04
52
52
steps :
53
53
- name : checkout the source code
54
- uses : actions/checkout@v4
54
+ uses : actions/checkout@v5
55
55
with :
56
56
submodules : recursive
57
57
- name : install the bootstrap toolchain
@@ -101,7 +101,7 @@ jobs:
101
101
pull-requests : write
102
102
steps :
103
103
- name : checkout the source code
104
- uses : actions/checkout@v4
104
+ uses : actions/checkout@v5
105
105
106
106
- name : download Cargo.lock from update job
107
107
uses : actions/download-artifact@v4
Original file line number Diff line number Diff line change 29
29
# Needed to write to the ghcr.io registry
30
30
packages : write
31
31
steps :
32
- - uses : actions/checkout@v4
32
+ - uses : actions/checkout@v5
33
33
with :
34
34
persist-credentials : false
35
35
Original file line number Diff line number Diff line change 15
15
permissions :
16
16
pull-requests : write
17
17
steps :
18
- - uses : actions/checkout@v4
18
+ - uses : actions/checkout@v5
19
19
with :
20
20
# Make sure that we have enough commits to find the parent merge commit.
21
21
# Since all merges should be through merge commits, fetching two commits
You can’t perform that action at this time.
0 commit comments