Skip to content

Commit 150e936

Browse files
committed
CI: update to actions/checkout@v6
1 parent 86dff5e commit 150e936

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
@@ -39,7 +39,7 @@ jobs:
3939
ABI: 32
4040

4141
steps:
42-
- uses: actions/checkout@v5
42+
- uses: actions/checkout@v6
4343
- uses: gap-actions/setup-gap@v2
4444
with:
4545
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)