Skip to content

Commit 4babc19

Browse files
Bump actions/checkout from 5 to 6 (#28)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8d8428d commit 4babc19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ jobs:
2626
# the order of the checkout actions is important because all contents of
2727
# the target folder of the checkout action is removed
2828
- name: 'Clone the Example package'
29-
uses: actions/checkout@v5
29+
uses: actions/checkout@v6
3030
with:
3131
repository: gap-packages/example
3232
- name: 'Check out this repository'
33-
uses: actions/checkout@v5
33+
uses: actions/checkout@v6
3434
with:
3535
path: this-action/
3636
- uses: gap-actions/setup-gap@v3

0 commit comments

Comments
 (0)