From bbebcbfdd972ede05ecd1d1f52cffb7a9bfcea1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 09:45:45 +0000 Subject: [PATCH] chore(deps): bump pnpm/action-setup from 3.0.0 to 4.0.0 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 3.0.0 to 4.0.0. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/a3252b78c470c02df07e9d59298aecedc3ccdd6d...fe02b34f77f8bc703788d5817da081398fad5dd2) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/check.yaml-lint.ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check.yaml-lint.ci.yml b/.github/workflows/check.yaml-lint.ci.yml index 4581587..ce3fcc4 100644 --- a/.github/workflows/check.yaml-lint.ci.yml +++ b/.github/workflows/check.yaml-lint.ci.yml @@ -70,7 +70,7 @@ jobs: with: persist-credentials: false - name: "Setup: PNPM" - uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d # v3.0.0 + uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0 with: version: ${{ env.PNPM_VERSION }} - name: "Setup: Node"