From 920ead84e1fc8886c91d8e6b6a8218abe7c01d91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Aug 2023 04:28:49 +0000 Subject: [PATCH] build(deps): bump cloudflare/wrangler-action from 2.0.0 to 3.1.0 Bumps [cloudflare/wrangler-action](https://github.com/cloudflare/wrangler-action) from 2.0.0 to 3.1.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.1.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/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..433a328 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.1.0 with: environment: prd command: build diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 07e3e36..687b18a 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.1.0 with: apiToken: ${{ secrets.CF_API_TOKEN }} environment: prd