From 773d405857a18a9c80a975c5985d164d08631e4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 11:48:08 +0000 Subject: [PATCH] :arrow_up: Bump cloudflare/wrangler-action from 1.3.0 to 3.1.1 Bumps [cloudflare/wrangler-action](https://github.com/cloudflare/wrangler-action) from 1.3.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/1.3.0...v3.1.1) --- updated-dependencies: - dependency-name: cloudflare/wrangler-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index cacecb7..697d3c5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,7 +24,7 @@ jobs: run: npm run build - name: Publish to Cloudflare with Wrangler - uses: cloudflare/wrangler-action@1.3.0 + uses: cloudflare/wrangler-action@v3.1.1 with: apiToken: ${{ secrets.CF_API_TOKEN }}