Skip to content

Commit 9f40d7b

Browse files
committed
Update CI
1 parent a41b7c7 commit 9f40d7b

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
@@ -24,14 +24,14 @@ jobs:
2424
- stable-4.10
2525

2626
steps:
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@v5
2828
- uses: gap-actions/setup-gap@v2
2929
with:
3030
GAPBRANCH: ${{ matrix.gap-branch }}
3131
- uses: gap-actions/build-pkg@v1
3232
- uses: gap-actions/build-pkg-docs@v1 # build docs so that manual examples are extracted as tests
33-
- uses: gap-actions/run-pkg-tests@v2
34-
- uses: gap-actions/run-pkg-tests@v2
33+
- uses: gap-actions/run-pkg-tests@v3
34+
- uses: gap-actions/run-pkg-tests@v3
3535
with:
3636
only-needed: true
3737
- uses: gap-actions/process-coverage@v2
@@ -47,7 +47,7 @@ jobs:
4747
if: ${{ !(github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository) }}
4848

4949
steps:
50-
- uses: actions/checkout@v4
50+
- uses: actions/checkout@v5
5151
- uses: gap-actions/setup-gap@v2
5252
- uses: gap-actions/build-pkg-docs@v1
5353
with:

0 commit comments

Comments
 (0)