Skip to content

Commit c9c8077

Browse files
authored
chore: update actions/checkout to v4 (#58)
* chore: update `actions/checkout` to `v4` * empty commit to rerun CI
1 parent 0d1ab42 commit c9c8077

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/check_code_format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: check format code
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
with:
1919
fetch-depth: 0
2020

.github/workflows/nim_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- '2.0.0'
2424

2525
steps:
26-
- uses: actions/checkout@v3
26+
- uses: actions/checkout@v4
2727

2828
- uses: jiro4989/setup-nim-action@v1
2929
with:

.github/workflows/nim_test_cyclic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- 'devel'
2121

2222
steps:
23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v4
2424

2525
- uses: jiro4989/setup-nim-action@v1
2626
with:

0 commit comments

Comments
 (0)