Skip to content

Commit 19b889d

Browse files
chore(deps): bump pnpm/action-setup from 2 to 3
Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 2 to 3. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](pnpm/action-setup@v2...v3) --- 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 e36dc99 commit 19b889d

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@v2
33+
- uses: pnpm/action-setup@v3
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@v2
33+
- uses: pnpm/action-setup@v3
3434
id: pnpm-install
3535
with:
3636
version: 8

0 commit comments

Comments
 (0)