From 92feacc27351ee1d0c74026372b115286e3582ef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Mar 2025 02:37:50 +0000 Subject: [PATCH] chore(deps): update cloudflare/wrangler-action action to v3.14.1 --- .github/workflows/deployment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index d5305a5f..893c1e80 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -161,7 +161,7 @@ jobs: # If github-token is specified, this is the run that artifacts will be downloaded from. # Optional. Default is ${{ github.run_id }} # run-id: - - uses: cloudflare/wrangler-action@a08dc762e87e8754e0d56a16a35a70b406bc869f # v3.6.1 + - uses: cloudflare/wrangler-action@da0e0dfe58b7a431659754fdf3f186c529afbe65 # v3.14.1 id: wrangler with: apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} @@ -249,7 +249,7 @@ jobs: # If github-token is specified, this is the run that artifacts will be downloaded from. # Optional. Default is ${{ github.run_id }} # run-id: - - uses: cloudflare/wrangler-action@a08dc762e87e8754e0d56a16a35a70b406bc869f # v3.6.1 + - uses: cloudflare/wrangler-action@da0e0dfe58b7a431659754fdf3f186c529afbe65 # v3.14.1 id: wrangler with: apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}