From 7932b5e7f177404023a20d3792590779281d7241 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 00:14:25 +0000 Subject: [PATCH] chore(deps): bump cloudflare/wrangler-action from 3.9.0 to 3.13.0 Bumps [cloudflare/wrangler-action](https://github.com/cloudflare/wrangler-action) from 3.9.0 to 3.13.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.9.0...v3.13.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/wrangler.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/wrangler.yml b/.github/workflows/wrangler.yml index 08d435a..7402ff9 100644 --- a/.github/workflows/wrangler.yml +++ b/.github/workflows/wrangler.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: 🚀 Publish - uses: cloudflare/wrangler-action@v3.9.0 + uses: cloudflare/wrangler-action@v3.13.0 with: apiToken: ${{ secrets.CF_API_TOKEN }} accountId: ${{ secrets.CF_ACCOUNT_ID }} @@ -23,7 +23,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: 🚀 Publish - uses: cloudflare/wrangler-action@v3.9.0 + uses: cloudflare/wrangler-action@v3.13.0 with: apiToken: ${{ secrets.CF_API_TOKEN }} accountId: ${{ secrets.CF_ACCOUNT_ID }} @@ -34,7 +34,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: 🚀 Publish - uses: cloudflare/wrangler-action@v3.9.0 + uses: cloudflare/wrangler-action@v3.13.0 with: apiToken: ${{ secrets.CF_API_TOKEN }} accountId: ${{ secrets.CF_ACCOUNT_ID }} @@ -45,7 +45,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: 🚀 Publish - uses: cloudflare/wrangler-action@v3.9.0 + uses: cloudflare/wrangler-action@v3.13.0 with: apiToken: ${{ secrets.CF_API_TOKEN }} accountId: ${{ secrets.CF_ACCOUNT_ID }}