From 8af7dd99567eb82480c28a311dd3e5f8cc9d1b35 Mon Sep 17 00:00:00 2001 From: Tom Oram Date: Tue, 19 May 2026 21:34:34 +0100 Subject: [PATCH] fix: fix cache action path in checkout-rust-project --- checkout-rust-project/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checkout-rust-project/action.yml b/checkout-rust-project/action.yml index c4f5f46..16447b0 100644 --- a/checkout-rust-project/action.yml +++ b/checkout-rust-project/action.yml @@ -22,7 +22,7 @@ runs: using: composite steps: - uses: actions/checkout@v4 - - uses: ./cache-cargo-dependencies + - uses: tomphp/github-actions/cache-cargo-dependencies@v0.7.0 - uses: actions-rust-lang/setup-rust-toolchain@v1 with: toolchain: ${{ inputs.rust-toolchain }}