diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b66ed65..01927cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -204,7 +204,7 @@ jobs: components: rustfmt, clippy - name: Cache Cargo - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cargo/registry @@ -249,7 +249,7 @@ jobs: uses: actions/checkout@v5 - name: Cache Cargo - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cargo/registry @@ -272,7 +272,7 @@ jobs: - name: Cache vcpkg id: cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ${{ github.workspace }}/vcpkg key: vcpkg-${{ runner.os }}-${{ matrix.config.vcpkg_triplet }}