Skip to content

Commit dedcbce

Browse files
chore(deps): update pnpm/action-setup action to v2.3.0
1 parent 06b707c commit dedcbce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

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

0 commit comments

Comments
 (0)