chore(deps): bump cloudflare/wrangler-action from 3.4.1 to 3.6.1

Bumps [cloudflare/wrangler-action](https://github.com/cloudflare/wrangler-action) from 3.4.1 to 3.6.1.
- [Release notes](https://github.com/cloudflare/wrangler-action/releases)
- [Changelog](https://github.com/cloudflare/wrangler-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/cloudflare/wrangler-action/compare/v3.4.1...v3.6.1)

---
updated-dependencies:
- dependency-name: cloudflare/wrangler-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-05-27 05:01:05 +00:00 committed by Bart van der Braak
parent c05f13a0db
commit f9df8a33ec

View file

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