We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1634f05 commit ec7c2faCopy full SHA for ec7c2fa
1 file changed
.github/workflows/ci.yml
@@ -12,11 +12,11 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- name: Checkout
15
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
16
with:
17
fetch-depth: 0
18
- name: Setup Node
19
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v4
20
21
node-version: '18.x'
22
cache: 'npm'
@@ -32,11 +32,11 @@ jobs:
32
33
34
35
36
37
38
39
40
41
node-version: 18
42
0 commit comments