Skip to content

Commit 8b96467

Browse files
chore: bump cloudflare/wrangler-action from 3.13.1 to 3.14.0 (#297)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b5e0733 commit 8b96467

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
@@ -18,14 +18,14 @@ jobs:
1818

1919
- name: Deploy to Staging
2020
if: github.event_name == 'push'
21-
uses: cloudflare/wrangler-action@7a5f8bbdfeedcde38e6777a50fe685f89259d4ca
21+
uses: cloudflare/wrangler-action@392082e81ffbcb9ebdde27400634aa004b35ea37
2222
with:
2323
apiToken: ${{ secrets.CF_API_TOKEN }}
2424
command: deploy --env staging
2525

2626
- name: Deploy to Production
2727
if: github.event_name == 'workflow_dispatch'
28-
uses: cloudflare/wrangler-action@7a5f8bbdfeedcde38e6777a50fe685f89259d4ca
28+
uses: cloudflare/wrangler-action@392082e81ffbcb9ebdde27400634aa004b35ea37
2929
with:
3030
apiToken: ${{ secrets.CF_API_TOKEN }}
3131
command: deploy --env prod

0 commit comments

Comments
 (0)