Skip to content

Commit 35629e0

Browse files
Bump actions/checkout from 4 to 6
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] <[email protected]>
1 parent eb7d185 commit 35629e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
steps:
5656
# (3) checkout this repository in order to "see" the following custom action
5757
- name: Checkout repository
58-
uses: actions/checkout@v4
58+
uses: actions/checkout@v6
5959

6060
# (4) "use" the custom action to retrigger the failed "acceptance job" above
6161
# NOTE: pass the SOURCE_GITHUB_TOKEN to the custom action because (a) it must have

.github/workflows/workflow-restarter-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
steps:
4949
# (3) checkout this repository in order to "see" the following custom action
5050
- name: Checkout repository
51-
uses: actions/checkout@v4
51+
uses: actions/checkout@v6
5252

5353
# (4) "use" the custom action to retrigger the failed "acceptance job" above
5454
# NOTE: pass the SOURCE_GITHUB_TOKEN to the custom action because (a) it must have

0 commit comments

Comments
 (0)