Skip to content

Commit fbb7e5b

Browse files
committed
Update CI actions
1 parent 8591933 commit fbb7e5b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/actions/install-dependencies/action.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@ description: Install with cached dependencies
33
runs:
44
using: composite
55
steps:
6-
- uses: actions/setup-node@v3
6+
- uses: actions/setup-node@v4
77
with:
88
node-version: 18
9-
- uses: pnpm/action-setup@v2.4.0
9+
- uses: pnpm/action-setup@v4
1010
with:
1111
run_install: false
12-
version: 8
1312
- shell: bash
1413
run: echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
1514
- uses: actions/cache@v3

0 commit comments

Comments
 (0)