Skip to content

Commit e6af4d1

Browse files
Bump actions/checkout from 4 to 6 (#103)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6fdae77 commit e6af4d1

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.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@v6
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@v6
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@v6
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@v6
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@v6
121121
with:
122122
path: project
123123

0 commit comments

Comments
 (0)