Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
e215d830d0 fix: use explicit url for actions 2025-06-16 14:27:01 +02:00

View file

@ -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}}