From 45288f7c648e2d358a457784e93bef2a74a96ab8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 04:13:29 +0000 Subject: [PATCH] build(deps): bump cloudflare/wrangler-action from 2.0.0 to 3.0.1 Bumps [cloudflare/wrangler-action](https://github.com/cloudflare/wrangler-action) from 2.0.0 to 3.0.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/2.0.0...3.0.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/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..477a5df 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@3.0.1 with: environment: prd command: build diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 07e3e36..f0ff140 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@3.0.1 with: apiToken: ${{ secrets.CF_API_TOKEN }} environment: prd