Skip to content

Commit 4e5a2ef

Browse files
chore(deps): bump pnpm/action-setup from 3 to 4
Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 3 to 4. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](pnpm/action-setup@v3...v4) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b763569 commit 4e5a2ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/checkout@v4
3434
with:
3535
fetch-depth: 0 # Not needed if lastUpdated is not enabled
36-
- uses: pnpm/action-setup@v3
36+
- uses: pnpm/action-setup@v4
3737
with:
3838
version: 9 # Not needed if you've set "packageManager" in package.json
3939
- name: Setup Node

0 commit comments

Comments
 (0)