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 5b140f2 commit 115ae9cCopy full SHA for 115ae9c
.github/workflows/doc.yaml
@@ -13,7 +13,7 @@ jobs:
13
docs:
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
17
- uses: jiro4989/setup-nim-action@v2
18
with:
19
nim-version: 'devel'
.github/workflows/test.yaml
@@ -23,7 +23,7 @@ jobs:
23
- 'devel'
24
needs: before
25
26
27
28
29
nim-version: ${{ matrix.nim-version }}
0 commit comments