Skip to content

Commit b598bed

Browse files
authored
Merge pull request #83 from actions-rust-lang/dependabot/github_actions/Swatinem/rust-cache-2.8.2
2 parents ca4a643 + e541adf commit b598bed

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
@@ -239,7 +239,7 @@ runs:
239239
240240
- name: Setup Rust Caching
241241
if: inputs.cache == 'true'
242-
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
242+
uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
243243
with:
244244
workspaces: ${{ inputs.cache-workspaces || inputs.rust-src-dir }}
245245
cache-directories: ${{inputs.cache-directories}}

0 commit comments

Comments
 (0)