Skip to content

Commit a26d812

Browse files
Update cloudflare/wrangler-action action to v3.12.1
1 parent fa2ca45 commit a26d812

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.12.1
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.12.1
2929
with:
3030
command: deploy --env staging
3131
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}

0 commit comments

Comments
 (0)