Skip to content

Commit 74ea720

Browse files
authored
chore(ci): revert cache action version (#12170)
fix: revert cache action version
1 parent f404ee1 commit 74ea720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/rustup/cargo/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ runs:
2222
save-if: ${{ inputs.save-if }}
2323

2424
- name: Cache to local
25-
uses: stormslowly/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
25+
uses: stormslowly/rust-cache@8269079380bc35105b3ed8b0f1f7c9557c6dec93 # v2.7.8
2626
if: ${{ runner.environment == 'self-hosted' }}
2727
with:
2828
prefix-key: "RCache-L-5"

0 commit comments

Comments
 (0)