We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 977d423 commit f78b396Copy full SHA for f78b396
action.yml
@@ -79,7 +79,7 @@ runs:
79
git restore . # restore rust-toolchain.toml change
80
81
- name: Cache on ${{ github.ref_name }}
82
- uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
+ uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
83
if: ${{ inputs.restore-cache == 'true' }}
84
with:
85
shared-key: ${{ inputs.cache-key }}
0 commit comments