Skip to content

Commit 63cae6b

Browse files
chore(deps): update pnpm/action-setup action to v2.3.0
1 parent 6e0f13e commit 63cae6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ matrix.node-version }}-${{ hashFiles('**/pnpm-lock.yaml') }}
3131
restore-keys: |
3232
${{ runner.os }}-build-${{ env.cache-name }}-${{ matrix.node-version }}-${{ hashFiles('**/pnpm-lock.yaml') }}
33-
- uses: pnpm/action-setup@v2.2.4
33+
- uses: pnpm/action-setup@v2.3.0
3434
with:
3535
version: latest
3636
run_install: true

0 commit comments

Comments
 (0)