From 8caa8ef51e37e290327efd0cdc5b3bbda5c4505d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 09:29:12 +0000 Subject: [PATCH] Bump cloudflare/wrangler-action from 3.12.0 to 3.12.1 Bumps [cloudflare/wrangler-action](https://github.com/cloudflare/wrangler-action) from 3.12.0 to 3.12.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/v3.12.0...v3.12.1) --- updated-dependencies: - dependency-name: cloudflare/wrangler-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index cafce96..79bb802 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -35,7 +35,7 @@ jobs: run: npm run build --if-present - name: Publish to Cloudflare Pages - uses: cloudflare/wrangler-action@v3.12.0 + uses: cloudflare/wrangler-action@v3.12.1 with: apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}