From d3e044a8c6b569597177ec0b88e34546f5548618 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 04:50:51 +0000 Subject: [PATCH] chore(deps): bump cloudflare/wrangler-action from 3.3.0 to 3.7.0 Bumps [cloudflare/wrangler-action](https://github.com/cloudflare/wrangler-action) from 3.3.0 to 3.7.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/v3.3.0...v3.7.0) --- updated-dependencies: - dependency-name: cloudflare/wrangler-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/wrangler.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/wrangler.yml b/.github/workflows/wrangler.yml index 9b370fb..b3b2013 100644 --- a/.github/workflows/wrangler.yml +++ b/.github/workflows/wrangler.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: 🚀 Publish - uses: cloudflare/wrangler-action@v3.3.0 + uses: cloudflare/wrangler-action@v3.7.0 with: apiToken: ${{ secrets.CF_API_TOKEN }} accountId: ${{ secrets.CF_ACCOUNT_ID }} @@ -23,7 +23,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: 🚀 Publish - uses: cloudflare/wrangler-action@v3.3.0 + uses: cloudflare/wrangler-action@v3.7.0 with: apiToken: ${{ secrets.CF_API_TOKEN }} accountId: ${{ secrets.CF_ACCOUNT_ID }} @@ -34,7 +34,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: 🚀 Publish - uses: cloudflare/wrangler-action@v3.3.0 + uses: cloudflare/wrangler-action@v3.7.0 with: apiToken: ${{ secrets.CF_API_TOKEN }} accountId: ${{ secrets.CF_ACCOUNT_ID }} @@ -45,7 +45,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: 🚀 Publish - uses: cloudflare/wrangler-action@v3.3.0 + uses: cloudflare/wrangler-action@v3.7.0 with: apiToken: ${{ secrets.CF_API_TOKEN }} accountId: ${{ secrets.CF_ACCOUNT_ID }}