Skip to content

Commit 9b97005

Browse files
Update cloudflare/wrangler-action action to v3.13.0
1 parent fa2ca45 commit 9b97005

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: bun install
2323

2424
- name: Deploy production
25-
uses: cloudflare/wrangler-action@v3.4.1
25+
uses: cloudflare/wrangler-action@v3.13.0
2626
with:
2727
command: deploy --env production
2828
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}

.github/workflows/deploy-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: bun install
2626

2727
- name: Deploy staging
28-
uses: cloudflare/wrangler-action@v3.4.1
28+
uses: cloudflare/wrangler-action@v3.13.0
2929
with:
3030
command: deploy --env staging
3131
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}

0 commit comments

Comments
 (0)