Skip to content

Commit 99fbd6d

Browse files
author
Loïc Mangeonjean
committed
fix: use newer github actions
1 parent 8bbbd00 commit 99fbd6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111

1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v3
1515
- name: Setup Node.js
16-
uses: actions/setup-node@v1
16+
uses: actions/setup-node@v3
1717
with:
1818
node-version: 16.x
1919
- name: Install dependencies

0 commit comments

Comments
 (0)