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.
actions/checkout
v4
1 parent 0d1ab42 commit c9c8077Copy full SHA for c9c8077
3 files changed
.github/workflows/check_code_format.yml
@@ -14,7 +14,7 @@ jobs:
14
name: check format code
15
runs-on: ubuntu-latest
16
steps:
17
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
18
with:
19
fetch-depth: 0
20
.github/workflows/nim_test.yml
@@ -23,7 +23,7 @@ jobs:
23
- '2.0.0'
24
25
26
27
28
- uses: jiro4989/setup-nim-action@v1
29
.github/workflows/nim_test_cyclic.yml
@@ -20,7 +20,7 @@ jobs:
- 'devel'
21
22
0 commit comments