From 49763e93bf14f1067f40534e82f2cf22358d0897 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 20:25:39 +0000 Subject: [PATCH] chore: bump cloudflare/wrangler-action from 3.1.1 to 3.13.0 Bumps [cloudflare/wrangler-action](https://github.com/cloudflare/wrangler-action) from 3.1.1 to 3.13.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/09fc6b504568cf179b085df24393f237fea6c7f6...6d58852c35a27e6034745c5d0bc373d739014f7f) --- updated-dependencies: - dependency-name: cloudflare/wrangler-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9f49130..1181872 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,14 +17,14 @@ jobs: - name: Deploy to Staging if: github.event_name == 'push' - uses: cloudflare/wrangler-action@09fc6b504568cf179b085df24393f237fea6c7f6 + uses: cloudflare/wrangler-action@6d58852c35a27e6034745c5d0bc373d739014f7f with: apiToken: ${{ secrets.CF_API_TOKEN }} command: deploy --env staging - name: Deploy to Production if: github.event_name == 'workflow_dispatch' - uses: cloudflare/wrangler-action@09fc6b504568cf179b085df24393f237fea6c7f6 + uses: cloudflare/wrangler-action@6d58852c35a27e6034745c5d0bc373d739014f7f with: apiToken: ${{ secrets.CF_API_TOKEN }} command: deploy --env prod