From 4b64cbcb72e0ad4cfcfd4b53171e44e25b2a558e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 01:13:11 +0000 Subject: [PATCH] deps: bump the regular group with 2 updates Bumps the regular group with 2 updates: [pnpm/action-setup](https://github.com/pnpm/action-setup) and [cloudflare/wrangler-action](https://github.com/cloudflare/wrangler-action). Updates `pnpm/action-setup` from 5.0.0 to 6.0.5 - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/fc06bc1257f339d1d5d8b3a19a8cae5388b55320...8912a9102ac27614460f54aedde9e1e7f9aec20d) Updates `cloudflare/wrangler-action` from 3.14.1 to 3.15.0 - [Release notes](https://github.com/cloudflare/wrangler-action/releases) - [Changelog](https://github.com/cloudflare/wrangler-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/cloudflare/wrangler-action/compare/da0e0dfe58b7a431659754fdf3f186c529afbe65...9acf94ace14e7dc412b076f2c5c20b8ce93c79cd) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: 6.0.5 dependency-type: direct:production update-type: version-update:semver-major dependency-group: regular - dependency-name: cloudflare/wrangler-action dependency-version: 3.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: regular ... Signed-off-by: dependabot[bot] --- .github/workflows/pull_request_docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull_request_docs.yml b/.github/workflows/pull_request_docs.yml index 46e550206c..fab130018f 100644 --- a/.github/workflows/pull_request_docs.yml +++ b/.github/workflows/pull_request_docs.yml @@ -79,7 +79,7 @@ jobs: token: ${{ secrets.JRELEASER_GITHUB_TOKEN }} # Safe; only used to clone the repo and not stored in the fork. fetch-depth: 0 # Otherwise merge will fail on account of not having history. - name: Install pnpm - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 + uses: pnpm/action-setup@8912a9102ac27614460f54aedde9e1e7f9aec20d - name: Use Aikido Sec Safe Chain run: | pnpm install -g @aikidosec/safe-chain@1.1.7 @@ -126,7 +126,7 @@ jobs: - name: Deploy Documentation (Preview Mode) if: ${{ env.BRANCH_NAME != '1.x' }} id: deploy - uses: cloudflare/wrangler-action@da0e0dfe58b7a431659754fdf3f186c529afbe65 # v3 + uses: cloudflare/wrangler-action@9acf94ace14e7dc412b076f2c5c20b8ce93c79cd # v3 with: apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}