diff --git a/.github/workflows/QA.yaml b/.github/workflows/QA.yaml index cb5057b..5af02da 100644 --- a/.github/workflows/QA.yaml +++ b/.github/workflows/QA.yaml @@ -49,7 +49,7 @@ jobs: steps: - uses: actions/checkout@v7 - name: Cache cargo-audit - uses: actions/cache@v5 + uses: actions/cache@v6 id: cache-audit with: path: ~/.cargo/bin/cargo-audit @@ -79,7 +79,7 @@ jobs: steps: - uses: actions/checkout@v7 - name: Cache cargo-deny - uses: actions/cache@v5 + uses: actions/cache@v6 id: cache-deny with: path: ~/.cargo/bin/cargo-deny diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 94e5753..e54d762 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -62,7 +62,7 @@ jobs: uses: dtolnay/rust-toolchain@stable - name: Cache cargo - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cargo/registry @@ -90,7 +90,7 @@ jobs: uses: dtolnay/rust-toolchain@stable - name: Cache cargo registry - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cargo/registry @@ -135,7 +135,7 @@ jobs: uses: dtolnay/rust-toolchain@stable - name: Cache cargo registry - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cargo/registry @@ -191,7 +191,7 @@ jobs: targets: ${{ matrix.target }} - name: Cache cargo - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cargo/registry