Skip to content

Commit 4c21e6f

Browse files
committed
ci: update workflow
1 parent f606aba commit 4c21e6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
2525
with:
2626
fetch-depth: 0
2727
persist-credentials: false
@@ -86,7 +86,7 @@ jobs:
8686

8787
- name: Setup Node.js
8888
id: setup-node
89-
uses: actions/setup-node@v4
89+
uses: actions/setup-node@v5
9090
with:
9191
node-version-file: ".nvmrc"
9292
cache: pnpm

0 commit comments

Comments
 (0)