From 99d15e0d8849c2797a8250795b5fa874aa14d91a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 12:34:40 +0000 Subject: [PATCH] chore(deps): bump pnpm/action-setup from 6 to 6.0.9 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 6 to 6.0.9. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v6...v6.0.9) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: 6.0.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/js.yml b/.github/workflows/js.yml index aee74f1..4dfca46 100644 --- a/.github/workflows/js.yml +++ b/.github/workflows/js.yml @@ -55,7 +55,7 @@ jobs: run: npx lockfile-lint --path ${{ steps.setup.outputs.lockfile }} --type ${{ steps.setup.outputs.package_manager }} ${{ inputs.lockfile_lint_args }} - if: ${{ steps.setup.outputs.knip == 'true' && steps.setup.outputs.package_manager == 'pnpm' }} - uses: pnpm/action-setup@v6 + uses: pnpm/action-setup@v6.0.9 with: package_json_file: ${{ steps.setup.outputs.directory }}/package.json - if: ${{ steps.setup.outputs.knip == 'true' }}