Skip to content

Commit ec7c2fa

Browse files
authored
chore: up github actions (#30)
1 parent 1634f05 commit ec7c2fa

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v4
1616
with:
1717
fetch-depth: 0
1818
- name: Setup Node
19-
uses: actions/setup-node@v2
19+
uses: actions/setup-node@v4
2020
with:
2121
node-version: '18.x'
2222
cache: 'npm'
@@ -32,11 +32,11 @@ jobs:
3232
runs-on: ubuntu-latest
3333
steps:
3434
- name: Checkout
35-
uses: actions/checkout@v2
35+
uses: actions/checkout@v4
3636
with:
3737
fetch-depth: 0
3838
- name: Setup Node
39-
uses: actions/setup-node@v2
39+
uses: actions/setup-node@v4
4040
with:
4141
node-version: 18
4242
cache: 'npm'

0 commit comments

Comments
 (0)