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

This commit is contained in:
renovate[bot] 2024-01-09 19:24:29 +00:00 committed by GitHub
parent 0b9d9863f1
commit 114e8cbddb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -80,7 +80,7 @@ jobs:
--build-static
- name: Upload report to Cloudflare pages
uses: cloudflare/wrangler-action@v3.4.0
uses: cloudflare/wrangler-action@v3.4.1
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
command: pages deploy .unlighthouse --project-name="${{ env.CLOUDFLARE_PROJECT }}" --branch=${{ env.CLOUDFLARE_BRANCH }}