Skip to content

Commit 52066da

Browse files
committed
Explicitly specify cache action sourceforge
1 parent 9d7e65c commit 52066da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ runs:
208208
209209
- name: Setup Rust Caching
210210
if: inputs.cache == 'true'
211-
uses: Swatinem/rust-cache@v2
211+
uses: https://github.com/Swatinem/rust-cache@v2
212212
with:
213213
workspaces: ${{inputs.cache-workspaces}}
214214
cache-directories: ${{inputs.cache-directories}}

0 commit comments

Comments
 (0)