From 392fd4b585e53092590682c393df6a2f0d02767a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 09:40:06 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wrangler.yml b/.github/workflows/wrangler.yml index 43261af..d1abb2a 100644 --- a/.github/workflows/wrangler.yml +++ b/.github/workflows/wrangler.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: 🚀 Publish - uses: cloudflare/wrangler-action@v3.13.0 + uses: cloudflare/wrangler-action@v3.13.1 with: apiToken: ${{ secrets.CF_API_TOKEN }} workingDirectory: 'packages/john'