From 5975f41be03fc52cdcd0faf065bbe2d032d29d00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 13:03:31 +0000 Subject: [PATCH] chore: bump cloudflare/wrangler-action from 3.13.0 to 3.13.1 Bumps [cloudflare/wrangler-action](https://github.com/cloudflare/wrangler-action) from 3.13.0 to 3.13.1. - [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/6d58852c35a27e6034745c5d0bc373d739014f7f...7a5f8bbdfeedcde38e6777a50fe685f89259d4ca) --- updated-dependencies: - dependency-name: cloudflare/wrangler-action dependency-type: direct:production update-type: version-update:semver-patch ... 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 e3697e8..71de7e1 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@6d58852c35a27e6034745c5d0bc373d739014f7f + uses: cloudflare/wrangler-action@7a5f8bbdfeedcde38e6777a50fe685f89259d4ca with: apiToken: ${{ secrets.CF_API_TOKEN }} command: deploy --env staging - name: Deploy to Production if: github.event_name == 'workflow_dispatch' - uses: cloudflare/wrangler-action@6d58852c35a27e6034745c5d0bc373d739014f7f + uses: cloudflare/wrangler-action@7a5f8bbdfeedcde38e6777a50fe685f89259d4ca with: apiToken: ${{ secrets.CF_API_TOKEN }} command: deploy --env prod