We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b283403 commit 47526aaCopy full SHA for 47526aa
3 files changed
.github/workflows/CI.yml
@@ -36,7 +36,7 @@ jobs:
36
ABI: 32
37
38
steps:
39
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
40
- uses: gap-actions/setup-gap@v2
41
with:
42
GAPBRANCH: ${{ matrix.gap-branch }}
.github/workflows/docs.yml
@@ -22,7 +22,7 @@ jobs:
22
runs-on: ubuntu-latest
23
24
25
26
- uses: gap-actions/setup-gap@v3
27
- uses: gap-actions/build-pkg-docs@v2
28
.github/workflows/release.yml
0 commit comments