From e215d830d0126aeebed419d7927e390fd8dde87a Mon Sep 17 00:00:00 2001 From: Guilhem Lavaux Date: Mon, 16 Jun 2025 14:27:01 +0200 Subject: [PATCH] fix: use explicit url for actions --- 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}}