From 028310247ad8b3978dbc8e51ab2e269e94b87872 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 06:12:27 +0000 Subject: [PATCH] Bump cloudflare/wrangler-action from 3.13.0 to 3.13.1 Bumps [cloudflare/wrangler-action](https://github.com/cloudflare/wrangler-action) from 3.13.0 to 3.13.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.13.0...v3.13.1) --- updated-dependencies: - dependency-name: cloudflare/wrangler-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/wrangler.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wrangler.yml b/.github/workflows/wrangler.yml index 980c5eeb..6ebcd7e3 100644 --- a/.github/workflows/wrangler.yml +++ b/.github/workflows/wrangler.yml @@ -37,7 +37,7 @@ jobs: - name: Publish worker if: github.event_name == 'push' - uses: cloudflare/wrangler-action@v3.13.0 + uses: cloudflare/wrangler-action@v3.13.1 with: apiToken: ${{ secrets.CF_API_TOKEN }} wranglerVersion: ${{ steps.wrangler.outputs.version }} @@ -45,7 +45,7 @@ jobs: - name: Publish worker (dry-run) if: github.event_name != 'push' - uses: cloudflare/wrangler-action@v3.13.0 + uses: cloudflare/wrangler-action@v3.13.1 with: apiToken: 'pull_request' wranglerVersion: ${{ steps.wrangler.outputs.version }}