mirror of https://github.com/tauri-apps/tauri
ci: use correct version for cloudflare/wrangler-action action (#11033)
This commit is contained in:
parent
a1cce04260
commit
5f694c3d4c
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue