Skip to content

Commit 37a0eb2

Browse files
chore: bump cloudflare/wrangler-action from 3.1.1 to 3.13.0 (#193)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f9c526d commit 37a0eb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ jobs:
1717

1818
- name: Deploy to Staging
1919
if: github.event_name == 'push'
20-
uses: cloudflare/wrangler-action@09fc6b504568cf179b085df24393f237fea6c7f6
20+
uses: cloudflare/wrangler-action@6d58852c35a27e6034745c5d0bc373d739014f7f
2121
with:
2222
apiToken: ${{ secrets.CF_API_TOKEN }}
2323
command: deploy --env staging
2424

2525
- name: Deploy to Production
2626
if: github.event_name == 'workflow_dispatch'
27-
uses: cloudflare/wrangler-action@09fc6b504568cf179b085df24393f237fea6c7f6
27+
uses: cloudflare/wrangler-action@6d58852c35a27e6034745c5d0bc373d739014f7f
2828
with:
2929
apiToken: ${{ secrets.CF_API_TOKEN }}
3030
command: deploy --env prod

0 commit comments

Comments
 (0)