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

View File

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