From ef003003e272911a2ed86be9c4d6b3ddd1c9e9b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 09:22:23 +0000 Subject: [PATCH] build(deps): bump wyvox/action-setup-pnpm from 3 to 4 Bumps [wyvox/action-setup-pnpm](https://github.com/wyvox/action-setup-pnpm) from 3 to 4. - [Release notes](https://github.com/wyvox/action-setup-pnpm/releases) - [Commits](https://github.com/wyvox/action-setup-pnpm/compare/v3...v4) --- updated-dependencies: - dependency-name: wyvox/action-setup-pnpm dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 51dd15bf4..a6c2c19a2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: README.userscript.md LICENSE - name: Install - uses: wyvox/action-setup-pnpm@v3 + uses: wyvox/action-setup-pnpm@v4 - name: Download crx key if: github.event_name == 'push' run: echo "${{ secrets.CRX_KEY }}" > key.pem