From 8d7dda9fb7066f02ebedc1e63a270861816c4c72 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 08:44:06 +0530 Subject: [PATCH] Update cloudflare/wrangler-action action to v3.11.0 (#14080) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cloudflare/wrangler-action](https://redirect.github.com/cloudflare/wrangler-action) | action | minor | `v3.9.0` -> `v3.11.0` | --- ### Release Notes
cloudflare/wrangler-action (cloudflare/wrangler-action) ### [`v3.11.0`](https://redirect.github.com/cloudflare/wrangler-action/releases/tag/v3.11.0) [Compare Source](https://redirect.github.com/cloudflare/wrangler-action/compare/v3.10.0...v3.11.0) ##### Minor Changes - [#​309](https://redirect.github.com/cloudflare/wrangler-action/pull/309) [`10d5b9c1c1826adaec0a9ee49fdf5b91113508ef`](https://redirect.github.com/cloudflare/wrangler-action/commit/10d5b9c1c1826adaec0a9ee49fdf5b91113508ef) Thanks [@​Maximo-Guk](https://redirect.github.com/Maximo-Guk)! - Revert "Add parity with pages-action for pages deploy outputs" ### [`v3.10.0`](https://redirect.github.com/cloudflare/wrangler-action/releases/tag/v3.10.0) [Compare Source](https://redirect.github.com/cloudflare/wrangler-action/compare/v3.9.0...v3.10.0) ##### Minor Changes - [#​303](https://redirect.github.com/cloudflare/wrangler-action/pull/303) [`3ec7f8943ef83351f743cfaa8763a9056ef70993`](https://redirect.github.com/cloudflare/wrangler-action/commit/3ec7f8943ef83351f743cfaa8763a9056ef70993) Thanks [@​courtney-sims](https://redirect.github.com/courtney-sims)! - Support id, environment, url, and alias outputs for Pages deploys.
--- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/astral-sh/ruff). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/publish-playground.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-playground.yml b/.github/workflows/publish-playground.yml index 97b7c6d4dc576..f55dbdc184194 100644 --- a/.github/workflows/publish-playground.yml +++ b/.github/workflows/publish-playground.yml @@ -47,7 +47,7 @@ jobs: working-directory: playground - name: "Deploy to Cloudflare Pages" if: ${{ env.CF_API_TOKEN_EXISTS == 'true' }} - uses: cloudflare/wrangler-action@v3.9.0 + uses: cloudflare/wrangler-action@v3.11.0 with: apiToken: ${{ secrets.CF_API_TOKEN }} accountId: ${{ secrets.CF_ACCOUNT_ID }}