Skip to content

Commit cefd802

Browse files
committed
chore(workflows): update pnpm version to 9
1 parent 1206308 commit cefd802

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ runs:
77

88
steps:
99
- name: Install pnpm 📦
10-
uses: pnpm/action-setup@v2.2.4
10+
uses: pnpm/action-setup@v3.0.0
1111
with:
12-
version: 8
12+
version: 9
1313
run_install: false
1414

1515
- name: Setup pnpm config 📖
@@ -23,7 +23,7 @@ runs:
2323
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
2424
2525
- name: Setup pnpm cache 🧃
26-
uses: actions/cache@v3
26+
uses: actions/cache@v4
2727
with:
2828
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
2929
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
@@ -33,5 +33,3 @@ runs:
3333
- name: Install dependencies 👨🏻‍💻
3434
run: pnpm install --frozen-lockfile --ignore-scripts
3535
shell: bash
36-
37-

0 commit comments

Comments
 (0)