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 3f6e19d commit 4b0816aCopy full SHA for 4b0816a
.github/workflows/CI.yml
@@ -34,7 +34,7 @@ jobs:
34
- stable-4.10
35
36
steps:
37
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
38
- uses: gap-actions/setup-gap@v2
39
with:
40
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