Skip to content

Commit

Permalink
Update cloudflare/wrangler-action action to v3.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 6, 2024
1 parent fa2ca45 commit a26d812
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: bun install

- name: Deploy production
uses: cloudflare/wrangler-action@v3.4.1
uses: cloudflare/wrangler-action@v3.12.1
with:
command: deploy --env production
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: bun install

- name: Deploy staging
uses: cloudflare/wrangler-action@v3.4.1
uses: cloudflare/wrangler-action@v3.12.1
with:
command: deploy --env staging
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
Expand Down

0 comments on commit a26d812

Please sign in to comment.