From 6123020264e0414e3cd6535244fb12c145b3bbf5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 04:00:47 +1000 Subject: [PATCH] Bump cloudflare/wrangler-action from 3.3.1 to 3.3.2 (#214) Bumps [cloudflare/wrangler-action](https://github.com/cloudflare/wrangler-action) from 3.3.1 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/v3.3.1...v3.3.2) --- 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wrangler.yml b/.github/workflows/wrangler.yml index 3c1d2d6..01d5a9d 100644 --- a/.github/workflows/wrangler.yml +++ b/.github/workflows/wrangler.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: 🚀 Publish - uses: cloudflare/wrangler-action@v3.3.1 + uses: cloudflare/wrangler-action@v3.3.2 with: apiToken: ${{ secrets.CF_API_TOKEN }} workingDirectory: 'packages/john'