diff --git a/.github/workflows/nightly-windows.yml b/.github/workflows/nightly-windows.yml index 0031c07a9..3abf8d261 100644 --- a/.github/workflows/nightly-windows.yml +++ b/.github/workflows/nightly-windows.yml @@ -51,7 +51,7 @@ jobs: - name: Cache Boost Version id: cache-boost - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: C:\Boost key: ${{ matrix.vc_boost.name }}-${{ matrix.options.address_model }}-${{ matrix.build_type }} @@ -60,7 +60,7 @@ jobs: - name: Cache Thrift Version id: cache-thrift - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: C:\Thrift key: ${{ matrix.vc_boost.image }}-${{ matrix.options.address_model }}-thrift-0.13-${{ matrix.build_type }}