Skip to content

Commit 69e4802

Browse files
authored
Merge pull request #73 from actions-rust-lang/dependabot/github_actions/Swatinem/rust-cache-2.8.1
2 parents 2fcdc49 + 183cfeb commit 69e4802

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
@@ -227,7 +227,7 @@ runs:
227227
228228
- name: Setup Rust Caching
229229
if: inputs.cache == 'true'
230-
uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
230+
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
231231
with:
232232
workspaces: ${{ inputs.cache-workspaces || inputs.rust-src-dir }}
233233
cache-directories: ${{inputs.cache-directories}}

0 commit comments

Comments
 (0)