From 52066da7019902e61dff2bfd004aef98ed8ecd09 Mon Sep 17 00:00:00 2001 From: pompompopi <143640209+pompompopi@users.noreply.github.com> Date: Sun, 4 May 2025 21:54:55 +0000 Subject: [PATCH] Explicitly specify cache action sourceforge --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index ca44c3d..d409f94 100644 --- a/action.yml +++ b/action.yml @@ -208,7 +208,7 @@ runs: - name: Setup Rust Caching if: inputs.cache == 'true' - uses: Swatinem/rust-cache@v2 + uses: https://github.com/Swatinem/rust-cache@v2 with: workspaces: ${{inputs.cache-workspaces}} cache-directories: ${{inputs.cache-directories}}