chore(ci): switch back to upstream cache-cargo-install-action (#4047)

This commit is contained in:
Alejandro González 2025-07-23 00:43:04 +02:00 committed by GitHub
parent bb9af18eed
commit 0e0ca1971a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -52,7 +52,7 @@ jobs:
# cargo-binstall does not have pre-built binaries for sqlx-cli, so we fall # cargo-binstall does not have pre-built binaries for sqlx-cli, so we fall
# back to a cached cargo install # back to a cached cargo install
- name: 🧰 Setup cargo-sqlx - name: 🧰 Setup cargo-sqlx
uses: AlexTMjugador/cache-cargo-install-action@feat/features-support uses: taiki-e/cache-cargo-install-action@v2
with: with:
tool: sqlx-cli tool: sqlx-cli
locked: false locked: false