Skip to content

Commit 54735b3

Browse files
committed
CI: update to actions/checkout@v6
1 parent a2b7964 commit 54735b3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
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
- name: 'Install additional dependencies'
3737
run: sudo apt-get install 4ti2 libboost-all-dev # for NormalizInterface
3838
- uses: gap-actions/setup-gap@v2
@@ -55,7 +55,7 @@ jobs:
5555
runs-on: ubuntu-latest
5656

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

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