From f5df9513417abdc3e13e84eccd870a84e57e0062 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 13:01:12 +0100 Subject: [PATCH] build(deps): bump cloudflare/wrangler-action from 3.0.0 to 3.0.1 (#114) Bumps [cloudflare/wrangler-action](https://github.com/cloudflare/wrangler-action) from 3.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/3.0.0...3.0.1) --- updated-dependencies: - dependency-name: cloudflare/wrangler-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/wrangler.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wrangler.yml b/.github/workflows/wrangler.yml index 11362d0..3977bf6 100644 --- a/.github/workflows/wrangler.yml +++ b/.github/workflows/wrangler.yml @@ -27,13 +27,13 @@ jobs: steps: - uses: actions/checkout@v3.5.3 - name: "🤠 Deploy > cdn" - uses: cloudflare/wrangler-action@3.0.0 + uses: cloudflare/wrangler-action@3.0.1 with: apiToken: ${{ secrets.CF_API_TOKEN }} workingDirectory: "workers/cdn" command: "publish" - name: "🤠 Deploy > r2-store" - uses: cloudflare/wrangler-action@3.0.0 + uses: cloudflare/wrangler-action@3.0.1 with: apiToken: ${{ secrets.CF_API_TOKEN }} workingDirectory: "workers/r2-store"