Skip to content

Commit 8743eec

Browse files
committed
update CI actions/checkout
1 parent 88ac71b commit 8743eec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
# xxx trim to on use latest in each branch eg 1.0.10, 1.2.8 etc
1616
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]
1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v3.5.3
1919
- name: Run Tests
2020
run: |
2121
docker pull nimlang/nim:${{ matrix.nim }}

0 commit comments

Comments
 (0)