From 251156750dd94678cee3c3d48e356fbc18fdc5f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 04:19:02 +0000 Subject: [PATCH] build(deps): bump cloudflare/wrangler-action from 2.0.0 to 3.0.2 Bumps [cloudflare/wrangler-action](https://github.com/cloudflare/wrangler-action) from 2.0.0 to 3.0.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.0.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..50a17fa 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.0.2 with: environment: prd command: build diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 07e3e36..e76aaa2 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.0.2 with: apiToken: ${{ secrets.CF_API_TOKEN }} environment: prd