chore(deps): update cloudflare/wrangler-action action to v3.14.1

This commit is contained in:
renovate[bot] 2025-03-15 06:47:53 +00:00 committed by GitHub
parent acea7d7ac9
commit 1822f5f374
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -84,7 +84,7 @@ jobs:
pnpm run unlighthouse
- name: Upload report to Cloudflare pages
uses: cloudflare/wrangler-action@v3.6.1
uses: cloudflare/wrangler-action@v3.14.1
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
command: pages deploy .unlighthouse --project-name="${{ env.CLOUDFLARE_PROJECT }}" --branch=${{ steps.set_variables.outputs.CLOUDFLARE_BRANCH }}