ci: Use correct action convention

This commit is contained in:
oSumAtrIX 2023-11-26 02:24:36 +01:00
parent 17c6b443e6
commit b1b9505f48
No known key found for this signature in database
GPG key ID: A9B3094ACDB604B4

View file

@ -31,7 +31,7 @@ jobs:
- name: Cache Rust
uses: Swatinem/rust-cache@v2
with:
prefix-key: ${{steps.rust.outputs.cachekey}}-rust
prefix-key: v${{steps.rust.outputs.cachekey}}-rust
- name: Setup SSH
uses: webfactory/ssh-agent@v0.5.3