From 75bd829a49f6757e01818f36466a1e73a7461ab7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 02:08:10 +0000 Subject: [PATCH] Bump cloudflare/wrangler-action Bumps the github-actions group with 1 update in the / directory: [cloudflare/wrangler-action](https://github.com/cloudflare/wrangler-action). Updates `cloudflare/wrangler-action` from 3.11.0 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/b2a0191ce60d21388e1a8dcc968b4e9966f938e1...6d58852c35a27e6034745c5d0bc373d739014f7f) --- updated-dependencies: - dependency-name: cloudflare/wrangler-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/branch-deploy.yml | 4 ++-- .github/workflows/deploy.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/branch-deploy.yml b/.github/workflows/branch-deploy.yml index a002a0a1..87e2dae5 100644 --- a/.github/workflows/branch-deploy.yml +++ b/.github/workflows/branch-deploy.yml @@ -49,7 +49,7 @@ jobs: if: ${{ steps.branch-deploy.outputs.environment == 'development' && steps.branch-deploy.outputs.noop != 'true' && steps.branch-deploy.outputs.continue == 'true' }} - uses: cloudflare/wrangler-action@b2a0191ce60d21388e1a8dcc968b4e9966f938e1 # pin@3.11.0 + uses: cloudflare/wrangler-action@6d58852c35a27e6034745c5d0bc373d739014f7f # pin@3.13.0 with: wranglerVersion: '2.17.0' apiToken: ${{ secrets.CF_API_TOKEN }} @@ -76,7 +76,7 @@ jobs: if: ${{ steps.branch-deploy.outputs.continue == 'true' && steps.branch-deploy.outputs.noop != 'true' && steps.branch-deploy.outputs.environment == 'production' }} - uses: cloudflare/wrangler-action@b2a0191ce60d21388e1a8dcc968b4e9966f938e1 # pin@3.11.0 + uses: cloudflare/wrangler-action@6d58852c35a27e6034745c5d0bc373d739014f7f # pin@3.13.0 with: wranglerVersion: '2.17.0' apiToken: ${{ secrets.CF_API_TOKEN }} diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1de7f797..25dd5041 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -43,7 +43,7 @@ jobs: run: npm ci - name: Publish - Production - uses: cloudflare/wrangler-action@b2a0191ce60d21388e1a8dcc968b4e9966f938e1 # pin@3.11.0 + uses: cloudflare/wrangler-action@6d58852c35a27e6034745c5d0bc373d739014f7f # pin@3.13.0 with: wranglerVersion: '2.17.0' apiToken: ${{ secrets.CF_API_TOKEN }}