From 8612773b90ae83a425cdf082d733122358e77c54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 00:05:41 +0000 Subject: [PATCH] Bump cloudflare/wrangler-action in the github-actions group Bumps the github-actions group with 1 update: [cloudflare/wrangler-action](https://github.com/cloudflare/wrangler-action). Updates `cloudflare/wrangler-action` from 3.4.1 to 3.6.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/7c01cc48d88a1f83b4716e0557c168854a9dcdb8...a08dc762e87e8754e0d56a16a35a70b406bc869f) --- 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 4640fd69..c6b15240 100644 --- a/.github/workflows/branch-deploy.yml +++ b/.github/workflows/branch-deploy.yml @@ -48,7 +48,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@7c01cc48d88a1f83b4716e0557c168854a9dcdb8 # pin@3.4.1 + uses: cloudflare/wrangler-action@a08dc762e87e8754e0d56a16a35a70b406bc869f # pin@3.6.1 with: wranglerVersion: '2.17.0' apiToken: ${{ secrets.CF_API_TOKEN }} @@ -75,7 +75,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@7c01cc48d88a1f83b4716e0557c168854a9dcdb8 # pin@3.4.1 + uses: cloudflare/wrangler-action@a08dc762e87e8754e0d56a16a35a70b406bc869f # pin@3.6.1 with: wranglerVersion: '2.17.0' apiToken: ${{ secrets.CF_API_TOKEN }} diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 064eaad2..6d746927 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@7c01cc48d88a1f83b4716e0557c168854a9dcdb8 # pin@3.4.1 + uses: cloudflare/wrangler-action@a08dc762e87e8754e0d56a16a35a70b406bc869f # pin@3.6.1 with: wranglerVersion: '2.17.0' apiToken: ${{ secrets.CF_API_TOKEN }}