From 4be9a495f6171bb33e6213f724fbbb2151361fed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 18:59:18 +0000 Subject: [PATCH] patch: bump cloudflare/wrangler-action from 3.3.1 to 3.6.1 Bumps [cloudflare/wrangler-action](https://github.com/cloudflare/wrangler-action) from 3.3.1 to 3.6.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.3.1...v3.6.1) --- updated-dependencies: - dependency-name: cloudflare/wrangler-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-to-cloudflare-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-to-cloudflare-pages.yml b/.github/workflows/deploy-to-cloudflare-pages.yml index 2f2a37d29a..862bb6adb0 100644 --- a/.github/workflows/deploy-to-cloudflare-pages.yml +++ b/.github/workflows/deploy-to-cloudflare-pages.yml @@ -28,7 +28,7 @@ jobs: run: npm run deploy-docs --if-present - name: Deploy to Cloudflare Pages - uses: cloudflare/wrangler-action@v3.3.1 + uses: cloudflare/wrangler-action@v3.6.1 with: apiToken: ${{ secrets.CF_API_TOKEN }} accountId: ${{ secrets.CF_ACCOUNT_ID }}