Skip to content

Commit 1f95350

Browse files
committedNov 15, 2023
ci: update actions
1 parent 21f19ba commit 1f95350

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,9 +12,9 @@ jobs:
1212
ci:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616
- run: corepack enable
17-
- uses: actions/setup-node@v3
17+
- uses: actions/setup-node@v4
1818
with:
1919
node-version: 18
2020
cache: "pnpm"

0 commit comments

Comments
 (0)
Please sign in to comment.