From be5fa04769f288fc899080d34f27c653c70faf27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 06:38:08 +0000 Subject: [PATCH] Bump cloudflare/wrangler-action from 3.3.2 to 3.6.1 Bumps [cloudflare/wrangler-action](https://github.com/cloudflare/wrangler-action) from 3.3.2 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.2...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/publish.yaml | 2 +- .github/workflows/test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 073adbe..1bbf787 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -36,7 +36,7 @@ jobs: echo "environment=${environment}" >> "$GITHUB_OUTPUT" - name: Publish ${{ steps.environment.outputs.environment }} worker - uses: cloudflare/wrangler-action@v3.3.2 + uses: cloudflare/wrangler-action@v3.6.1 with: apiToken: ${{ secrets.CF_WORKER_API_TOKEN }} wranglerVersion: ${{ steps.wrangler.outputs.version }} diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index ecfae01..650e2ad 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -29,7 +29,7 @@ jobs: run: yarn install - name: Build ${{ matrix.environment }} worker - uses: cloudflare/wrangler-action@v3.3.2 + uses: cloudflare/wrangler-action@v3.6.1 with: wranglerVersion: ${{ steps.wrangler.outputs.version }} command: deploy --dry-run --env=${{ matrix.environment }}