Skip to content

Commit b88aa0a

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

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@392082e81ffbcb9ebdde27400634aa004b35ea37
21+
uses: cloudflare/wrangler-action@da0e0dfe58b7a431659754fdf3f186c529afbe65
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@392082e81ffbcb9ebdde27400634aa004b35ea37
28+
uses: cloudflare/wrangler-action@da0e0dfe58b7a431659754fdf3f186c529afbe65
2929
with:
3030
apiToken: ${{ secrets.CF_API_TOKEN }}
3131
command: deploy --env prod

0 commit comments

Comments
 (0)