From 0522179445641525a1d53fe7861d81f9127de8c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 08:36:43 +0000 Subject: [PATCH] Bump cloudflare/wrangler-action from 3.10.0 to 3.11.0 Bumps [cloudflare/wrangler-action](https://github.com/cloudflare/wrangler-action) from 3.10.0 to 3.11.0. - [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.10.0...v3.11.0) --- updated-dependencies: - dependency-name: cloudflare/wrangler-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/Cloudflare.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Cloudflare.yml b/.github/workflows/Cloudflare.yml index 8916116..867eb43 100644 --- a/.github/workflows/Cloudflare.yml +++ b/.github/workflows/Cloudflare.yml @@ -55,7 +55,7 @@ jobs: steps: - uses: actions/checkout@v4.2.2 - - uses: cloudflare/wrangler-action@v3.10.0 + - uses: cloudflare/wrangler-action@v3.11.0 with: apiToken: ${{ secrets.CF_API_TOKEN }} accountId: ${{ secrets.CF_ACCOUNT_ID }}