diff --git a/.github/workflows/website-deploy.yml b/.github/workflows/website-deploy.yml index 0a9d5bb1da96..534ac21cff9f 100644 --- a/.github/workflows/website-deploy.yml +++ b/.github/workflows/website-deploy.yml @@ -67,7 +67,7 @@ jobs: - name: Deploy Preview Website to Cloudflare Pages if: needs.changes.outputs.pr_number != 'false' id: cloudflare-preview - uses: cloudflare/wrangler-action@3ea6e3f132caf107faeba789ccb713d57437d2a6 + uses: cloudflare/wrangler-action@v3 with: apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} @@ -77,7 +77,7 @@ jobs: - name: Deploy Production Website to Cloudflare Pages if: needs.changes.outputs.source_repo == 'gradio-app/gradio' && needs.changes.outputs.source_branch == 'refs/heads/main' id: cloudflare-production - uses: cloudflare/wrangler-action@3ea6e3f132caf107faeba789ccb713d57437d2a6 + uses: cloudflare/wrangler-action@v3 with: apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}