Skip to content

Commit 2279c6b

Browse files
dependabot[bot]RaphaelIT7
authored andcommitted
Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e9d4e48 commit 2279c6b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/check_for_updates.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
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
@@ -93,7 +93,7 @@ jobs:
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

.github/workflows/run_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)