ci: use correct version for cloudflare/wrangler-action action (#11033)

This commit is contained in:
Amr Bashir 2024-09-17 12:10:46 +03:00 committed by GitHub
parent a1cce04260
commit 5f694c3d4c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cloudflare/wrangler-action@3
- uses: cloudflare/wrangler-action@v3
with:
command: deploy
workingDirectory: 'crates/tauri-schema-worker'