Skip to content

Commit 2dc32fe

Browse files
committed
CI: update to actions/checkout@v6
1 parent 62e73c5 commit 2dc32fe

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
@@ -32,7 +32,7 @@ jobs:
3232
- stable-4.12
3333

3434
steps:
35-
- uses: actions/checkout@v5
35+
- uses: actions/checkout@v6
3636
- uses: gap-actions/setup-gap@v2
3737
with:
3838
GAP_PKGS_TO_BUILD: "io profiling digraphs grape datastructures orb" # datastructures and orb are transitive dependencies

.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)