Skip to content

Commit 3359412

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-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8228b31 commit 3359412

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/auto-dependency-updater.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
# cache: pnpm
3232
node-version: 16
33-
- uses: pnpm/action-setup@v3
33+
- uses: pnpm/action-setup@v4
3434
name: Install pnpm
3535
id: pnpm-install
3636
with:

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
node-version: 16
3131
registry-url: "${{env.npmjs-registry}}"
3232
scope: "@${{env.scope}}"
33-
- uses: pnpm/action-setup@v3
33+
- uses: pnpm/action-setup@v4
3434
id: pnpm-install
3535
with:
3636
version: 8

0 commit comments

Comments
 (0)