Skip to content

Commit 9d826f2

Browse files
authored
Merge pull request #39 from gap-actions/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 4e39369 + 4f5d1c9 commit 9d826f2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
steps:
2828
# the order of the checkout actions is important because all contents of
2929
# the target folder of the checkout action is removed
30-
- uses: actions/checkout@v5
30+
- uses: actions/checkout@v6
3131
with:
3232
repository: ${{ matrix.package }}
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)