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 5252 run_type : ${{ steps.jobs.outputs.run_type }}
5353 steps :
5454 - name : Checkout the source code
55- uses : actions/checkout@v4
55+ uses : actions/checkout@v5
5656 - name : Test citool
5757 # Only test citool on the auto branch, to reduce latency of the calculate matrix job
5858 # on PR/try builds.
@@ -113,7 +113,7 @@ jobs:
113113 run : git config --global core.autocrlf false
114114
115115 - name : checkout the source code
116- uses : actions/checkout@v4
116+ uses : actions/checkout@v5
117117 with :
118118 fetch-depth : 2
119119
@@ -313,7 +313,7 @@ jobs:
313313 if : ${{ !cancelled() && contains(fromJSON('["auto", "try"]'), needs.calculate_matrix.outputs.run_type) }}
314314 steps :
315315 - name : checkout the source code
316- uses : actions/checkout@v4
316+ uses : actions/checkout@v5
317317 with :
318318 fetch-depth : 2
319319 # Calculate the exit status of the whole CI workflow.
Original file line number Diff line number Diff line change 5151 runs-on : ubuntu-24.04
5252 steps :
5353 - name : checkout the source code
54- uses : actions/checkout@v4
54+ uses : actions/checkout@v5
5555 with :
5656 submodules : recursive
5757 - name : install the bootstrap toolchain
@@ -101,7 +101,7 @@ jobs:
101101 pull-requests : write
102102 steps :
103103 - name : checkout the source code
104- uses : actions/checkout@v4
104+ uses : actions/checkout@v5
105105
106106 - name : download Cargo.lock from update job
107107 uses : actions/download-artifact@v4
Original file line number Diff line number Diff line change 2929 # Needed to write to the ghcr.io registry
3030 packages : write
3131 steps :
32- - uses : actions/checkout@v4
32+ - uses : actions/checkout@v5
3333 with :
3434 persist-credentials : false
3535
Original file line number Diff line number Diff line change 1515 permissions :
1616 pull-requests : write
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v5
1919 with :
2020 # Make sure that we have enough commits to find the parent merge commit.
2121 # Since all merges should be through merge commits, fetching two commits
You can’t perform that action at this time.
0 commit comments