Skip to content

Commit ba2f72f

Browse files
committed
Update CI
1 parent a454e8f commit ba2f72f

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
@@ -33,16 +33,16 @@ jobs:
3333
- stable-4.9
3434

3535
steps:
36-
- uses: actions/checkout@v4
36+
- uses: actions/checkout@v5
3737
- name: 'Install additional dependencies'
3838
run: sudo apt-get install 4ti2 libboost-all-dev # for NormalizInterface
3939
- uses: gap-actions/setup-gap@v2
4040
with:
4141
GAP_PKGS_TO_BUILD: "io profiling NormalizInterface"
4242
GAPBRANCH: ${{ matrix.gap-branch }}
4343
- uses: gap-actions/build-pkg@v1
44-
- uses: gap-actions/run-pkg-tests@v2
45-
- uses: gap-actions/run-pkg-tests@v2
44+
- uses: gap-actions/run-pkg-tests@v3
45+
- uses: gap-actions/run-pkg-tests@v3
4646
with:
4747
only-needed: true
4848
- uses: gap-actions/process-coverage@v2
@@ -56,7 +56,7 @@ jobs:
5656
runs-on: ubuntu-latest
5757

5858
steps:
59-
- uses: actions/checkout@v4
59+
- uses: actions/checkout@v5
6060
- name: 'Install additional dependencies'
6161
run: sudo apt-get install 4ti2 libboost-all-dev # for NormalizInterface
6262
- uses: gap-actions/setup-gap@v2

0 commit comments

Comments
 (0)