From 0ecbaefcc1804d65796c16505e958ac19f6976f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Oct 2023 11:42:03 +0000 Subject: [PATCH] Bump cloudflare/wrangler-action from 2.0.0 to 3.2.0 Bumps [cloudflare/wrangler-action](https://github.com/cloudflare/wrangler-action) from 2.0.0 to 3.2.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/2.0.0...v3.2.0) --- 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 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 914023b..fc6c3a5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,7 +18,7 @@ jobs: - run: npm install --save - name: Publish - uses: cloudflare/wrangler-action@2.0.0 + uses: cloudflare/wrangler-action@v3.2.0 with: apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} command: deploy diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 75a6a48..ce30ea0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: - run: npm install --save - name: Publish - uses: cloudflare/wrangler-action@v3 + uses: cloudflare/wrangler-action@v3.2.0 with: apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} command: deploy --dry-run