]> git.lizzy.rs Git - rust.git/blobdiff - .github/workflows/clippy.yml
Merge commit '7ea7cd165ad6705603852771bf82cc2fd6560db5' into clippyup2
[rust.git] / .github / workflows / clippy.yml
index 8edf0c23860aa0915c860b9d0a3a255bf0f864eb..5fa8009a8b42c8fad795d61114ad70deacdcd5fc 100644 (file)
@@ -49,7 +49,7 @@ jobs:
       run: cargo update
 
     - name: Cache cargo dir
-      uses: actions/cache@v1
+      uses: actions/cache@v2
       with:
         path: ~/.cargo
         key: ${{ runner.os }}-x86_64-unknown-linux-gnu-${{ hashFiles('Cargo.lock') }}