Skip to content

Commit 6f9d21c

Browse files
authored
Merge pull request #32 from tdhopper/dependabot/github_actions/cloudflare/wrangler-action-4
2 parents f54d49f + 59ab8dd commit 6f9d21c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@ jobs:
5151

5252
- name: Deploy to Cloudflare Pages (Production)
5353
if: github.ref == 'refs/heads/master' && github.event_name == 'push' && env.HAS_CF_TOKEN == 'true'
54-
uses: cloudflare/wrangler-action@v3
54+
uses: cloudflare/wrangler-action@v4
5555
with:
5656
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
5757
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
5858
command: pages deploy web --project-name=pythonplot --branch=main
5959

6060
- name: Deploy to Cloudflare Pages (Preview)
6161
if: github.ref != 'refs/heads/master' && env.HAS_CF_TOKEN == 'true'
62-
uses: cloudflare/wrangler-action@v3
62+
uses: cloudflare/wrangler-action@v4
6363
with:
6464
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
6565
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}

0 commit comments

Comments
 (0)