From 1e045fa33bb1cbc823e624948c12198511fd7dc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 12:15:40 +0000 Subject: [PATCH] chore(deps): bump pnpm/action-setup from 2.2.4 to 4.0.0 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 2.2.4 to 4.0.0. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v2.2.4...v4.0.0) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/submit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/submit.yml b/.github/workflows/submit.yml index d6b5989..c234a71 100644 --- a/.github/workflows/submit.yml +++ b/.github/workflows/submit.yml @@ -14,7 +14,7 @@ jobs: key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }} restore-keys: | ${{ runner.os }}- - - uses: pnpm/action-setup@v2.2.4 + - uses: pnpm/action-setup@v4.0.0 with: version: latest run_install: true