From c1832d00cac5ead215dbbb7b35f00a14cc91597c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Sep 2023 03:35:29 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20cloudflare/wrangler-action?= =?UTF-8?q?=20from=203.1.0=20to=203.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [cloudflare/wrangler-action](https://github.com/cloudflare/wrangler-action) from 3.1.0 to 3.1.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/v3.1.0...v3.1.1) --- updated-dependencies: - dependency-name: cloudflare/wrangler-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index feb40a8..d46ade5 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -44,7 +44,7 @@ jobs: API_KEY_TAIL: ${{ secrets.API_KEY_TAIL }} URL_TAIL: ${{ secrets.URL_TAIL }} - name: Publish to Cloudflare Workers with Wrangler by @${{ github.actor }} - uses: cloudflare/wrangler-action@v3.1.0 + uses: cloudflare/wrangler-action@v3.1.1 with: apiToken: ${{ secrets.CF_API_TOKEN }} accountId: ${{ secrets.CF_ACCOUNT_ID }}