Skip to content

Commit 9bf615b

Browse files
committed
CI: update to actions/checkout@v6
1 parent 71824b5 commit 9bf615b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- stable-4.12
3434

3535
steps:
36-
- uses: actions/checkout@v5
36+
- uses: actions/checkout@v6
3737
- uses: gap-actions/setup-gap@v2
3838
with:
3939
GAPBRANCH: ${{ matrix.gap-branch }}

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323

2424
steps:
25-
- uses: actions/checkout@v5
25+
- uses: actions/checkout@v6
2626
- uses: gap-actions/setup-gap@v3
2727
- uses: gap-actions/build-pkg-docs@v2
2828
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323

2424
steps:
25-
- uses: actions/checkout@v5
25+
- uses: actions/checkout@v6
2626
- uses: gap-actions/setup-gap@v3
2727
- uses: gap-actions/build-pkg-docs@v2
2828
with:

0 commit comments

Comments
 (0)