Skip to content

Commit fb23677

Browse files
authored
ci: update actions in deploy.yml
1 parent 85bfd37 commit fb23677

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ jobs:
99
test:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
13-
- uses: pnpm/action-setup@v2.2.2
12+
- uses: actions/checkout@v4
13+
- uses: pnpm/action-setup@v4
1414
with:
15-
version: 8
16-
- uses: actions/setup-node@v2
15+
version: 9
16+
- uses: actions/setup-node@v4
1717
with:
1818
node-version: 18
1919
cache: "pnpm"

0 commit comments

Comments
 (0)