From 1c7a74c8b882135381afa2bc88a07c8b38a86da2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 04:58:48 +0000 Subject: [PATCH] build(deps): bump cloudflare/wrangler-action from 2.0.0 to 3.3.2 Bumps [cloudflare/wrangler-action](https://github.com/cloudflare/wrangler-action) from 2.0.0 to 3.3.2. - [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.3.2) --- updated-dependencies: - dependency-name: cloudflare/wrangler-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b7ec41b..4ac603c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: run: npm run build - name: wrangler - uses: cloudflare/wrangler-action@2.0.0 + uses: cloudflare/wrangler-action@v3.3.2 with: environment: prd command: build diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 07e3e36..7d626b3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: uses: peaceiris/actions-hugo@v2 - name: publish - uses: cloudflare/wrangler-action@2.0.0 + uses: cloudflare/wrangler-action@v3.3.2 with: apiToken: ${{ secrets.CF_API_TOKEN }} environment: prd