diff --git a/action.yml b/action.yml index d409f94..ca44c3d 100644 --- a/action.yml +++ b/action.yml @@ -208,7 +208,7 @@ runs: - name: Setup Rust Caching if: inputs.cache == 'true' - uses: https://github.com/Swatinem/rust-cache@v2 + uses: Swatinem/rust-cache@v2 with: workspaces: ${{inputs.cache-workspaces}} cache-directories: ${{inputs.cache-directories}}