From 8d52c602070bf29821c5081ed88b4c9420935362 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 10:03:52 +0000 Subject: [PATCH] chore(deps): bump cloudflare/wrangler-action from 3.14.1 to 3.15.0 Bumps [cloudflare/wrangler-action](https://github.com/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: cloudflare/wrangler-action dependency-version: 3.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 2 +- .github/workflows/pull-request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index cdef7e6cf..361ddefdd 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -86,7 +86,7 @@ jobs: - name: Deploy Workers if: steps.changes.outputs.relevant == 'true' - uses: cloudflare/wrangler-action@da0e0dfe58b7a431659754fdf3f186c529afbe65 + uses: cloudflare/wrangler-action@9acf94ace14e7dc412b076f2c5c20b8ce93c79cd env: NODE_ENV: production CLOUDFLARE_ENV: ${{ matrix.env || '' }} diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index b468de11e..5a0a45218 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -115,7 +115,7 @@ jobs: - name: Upload Worker Version if: steps.changes.outputs.relevant == 'true' id: deploy - uses: cloudflare/wrangler-action@da0e0dfe58b7a431659754fdf3f186c529afbe65 + uses: cloudflare/wrangler-action@9acf94ace14e7dc412b076f2c5c20b8ce93c79cd with: apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}