Update cloudflare/wrangler-action action to v3.13.0 (#14716)

This commit is contained in:
renovate[bot] 2024-12-02 01:18:43 +00:00 committed by GitHub
parent d4a7c098dc
commit 23ee7a954e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -47,7 +47,7 @@ jobs:
working-directory: playground
- name: "Deploy to Cloudflare Pages"
if: ${{ env.CF_API_TOKEN_EXISTS == 'true' }}
uses: cloudflare/wrangler-action@v3.12.1
uses: cloudflare/wrangler-action@v3.13.0
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
accountId: ${{ secrets.CF_ACCOUNT_ID }}