From ee20c7410d6d75e960fd65495d36981a9609f343 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 08:31:58 +1000 Subject: [PATCH] build(deps): bump cloudflare/wrangler-action from 3.4.1 to 3.6.1 (#2665) Bumps [cloudflare/wrangler-action](https://github.com/cloudflare/wrangler-action) from 3.4.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.4.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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/wrangler-action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wrangler-action.yml b/.github/workflows/wrangler-action.yml index f35615255..109979213 100644 --- a/.github/workflows/wrangler-action.yml +++ b/.github/workflows/wrangler-action.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Deploy - uses: cloudflare/wrangler-action@v3.4.1 + uses: cloudflare/wrangler-action@v3.6.1 with: apiToken: ${{ secrets.CF_API_TOKEN }} workingDirectory: 'workers.dev/magic' @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Deploy - uses: cloudflare/wrangler-action@v3.4.1 + uses: cloudflare/wrangler-action@v3.6.1 with: apiToken: ${{ secrets.CF_API_TOKEN }} workingDirectory: 'workers.dev/preston'