Skip to content

Commit 93c5cdb

Browse files
committed
Update CI
1 parent 5d50c84 commit 93c5cdb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ jobs:
3030
- stable-4.12
3131

3232
steps:
33-
- uses: actions/checkout@v4
33+
- uses: actions/checkout@v5
3434
- uses: gap-actions/setup-gap@v2
3535
with:
3636
GAP_PKGS_TO_BUILD: "datastructures digraphs json io profiling orb semigroups"
3737
GAPBRANCH: ${{ matrix.gap-branch }}
3838
- uses: gap-actions/build-pkg@v1
39-
- uses: gap-actions/run-pkg-tests@v2
40-
- uses: gap-actions/run-pkg-tests@v2
39+
- uses: gap-actions/run-pkg-tests@v3
40+
- uses: gap-actions/run-pkg-tests@v3
4141
with:
4242
only-needed: true
4343
- uses: gap-actions/process-coverage@v2
@@ -51,7 +51,7 @@ jobs:
5151
runs-on: ubuntu-latest
5252

5353
steps:
54-
- uses: actions/checkout@v4
54+
- uses: actions/checkout@v5
5555
- uses: gap-actions/setup-gap@v2
5656
with:
5757
GAP_PKGS_TO_BUILD: "datastructures digraphs json io profiling orb semigroups"

0 commit comments

Comments
 (0)