File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2828 any_update_needed : ${{ steps.needs_update.outputs.any }}
2929 steps :
3030 - name : Checkout Full Repo
31- uses : actions/checkout@v4
31+ uses : actions/checkout@v5
3232 with :
3333 fetch-depth : 0
3434 path : full_repo
9393 echo "prerelease=$prerelease" >> $GITHUB_OUTPUT
9494
9595 - name : Checkout last build branch
96- uses : actions/checkout@v4
96+ uses : actions/checkout@v5
9797 with :
9898 ref : build/last-build-versions
9999 path : build_versions
@@ -176,7 +176,7 @@ jobs:
176176
177177 steps :
178178 - name : Checkout Full Repo
179- uses : actions/checkout@v4
179+ uses : actions/checkout@v5
180180 with :
181181 path : full_repo
182182
@@ -198,7 +198,7 @@ jobs:
198198
199199 steps :
200200 - name : Checkout last build branch
201- uses : actions/checkout@v4
201+ uses : actions/checkout@v5
202202 with :
203203 ref : build/last-build-versions
204204 path : build_versions
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ jobs:
117117 steps :
118118 - name : " Check out the repo"
119119 if : ${{ inputs.no-checkout != 'true' }}
120- uses : actions/checkout@v4
120+ uses : actions/checkout@v5
121121 with :
122122 path : project
123123
You can’t perform that action at this time.
0 commit comments