Skip to content

Commit 3faa835

Browse files
authored
chore(ci): move rust-cache Action to rspack-contrib (#12368)
1 parent 4adc554 commit 3faa835

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
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@8269079380bc35105b3ed8b0f1f7c9557c6dec93 # v2.7.8
25+
uses: rspack-contrib/rust-cache@8269079380bc35105b3ed8b0f1f7c9557c6dec93 # v2.7.8
2626
if: ${{ runner.environment == 'self-hosted' }}
2727
with:
2828
prefix-key: "RCache-L-5"

.github/renovate.json5

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,15 +123,21 @@
123123
matchManagers: ["github-actions"],
124124
excludePackageNames: [
125125
"actions/upload-artifact",
126-
"actions/download-artifact"
126+
"actions/download-artifact",
127+
"lynx-infra/download-artifact",
128+
"lynx-infra/upload-artifact",
129+
"rspack-contrib/rust-cache"
127130
]
128131
},
129132
{
130-
groupName: "ignored github-actions upload-download-actions",
133+
groupName: "manually managed github-actions",
131134
matchManagers: ["github-actions"],
132135
matchPackageNames: [
133136
"actions/upload-artifact",
134-
"actions/download-artifact"
137+
"actions/download-artifact",
138+
"lynx-infra/download-artifact",
139+
"lynx-infra/upload-artifact",
140+
"rspack-contrib/rust-cache"
135141
],
136142
enabled: false
137143
}

0 commit comments

Comments
 (0)