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 88ac71b commit 8743eecCopy full SHA for 8743eec
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
# xxx trim to on use latest in each branch eg 1.0.10, 1.2.8 etc
16
nim: [1.0.0, 1.0.2, 1.0.4, 1.0.10, 1.2.0, 1.2.2, 1.2.4, 1.2.6, 1.2.12, 1.4.0, 1.4.2, 1.4.8, 1.6.14, 2.0.0]
17
steps:
18
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3.5.3
19
- name: Run Tests
20
run: |
21
docker pull nimlang/nim:${{ matrix.nim }}
0 commit comments