Skip to content

Commit f1a2168

Browse files
authored
Update ci.yml (#98)
Warning when using v2: Node.js 12 actions are deprecated. v3 uses node16 runtime by default.
1 parent 5e137d4 commit f1a2168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
name: Ubuntu
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: actions/checkout@v2
28+
- uses: actions/checkout@v3
2929
- name: Run tests
3030
run: make test-linux

0 commit comments

Comments
 (0)