Skip to content

Commit

Permalink
Update cloudflare/wrangler-action action to v3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 23, 2024
1 parent fa2ca45 commit a3e53ae
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.6.0
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.6.0
with:
command: deploy --env staging
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
Expand Down

0 comments on commit a3e53ae

Please sign in to comment.