diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d95d498..1dc91f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: components: clippy - name: Cache rust build files - uses: Leafwing-Studios/cargo-cache@c7e8aa40ae2c975774d3bd766beb92927cfd7771 # v1 + uses: Leafwing-Studios/cargo-cache@8763a8b3c2f500b6c17550b7aed48ff4bc86aee6 # v2 - name: check (release) run: cargo check --workspace --all-targets --all-features --release