Skip to content

Commit 09645ac

Browse files
author
Johan
committedMar 8, 2022
2 parents 16ae119 + 8b44abb commit 09645ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212

1313
steps:
1414
- name: Clone repository
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v3
1616

1717
- name: Set up Node.js
18-
uses: actions/setup-node@v2
18+
uses: actions/setup-node@v3
1919
with:
2020
node-version: lts/*
2121

0 commit comments

Comments
 (0)
Please sign in to comment.