diff --git a/.github/workflows/htcc.yml b/.github/workflows/htcc.yml index e852bbd..292b485 100644 --- a/.github/workflows/htcc.yml +++ b/.github/workflows/htcc.yml @@ -41,7 +41,7 @@ jobs: - name: Make build directory run: cmake -E make_directory build - name: Setup vcpkg binary cache - uses: actions/cache@v4 + uses: actions/cache@v6 with: key: ${{matrix.preset}}-${{hashFiles('source/vcpkg.json', 'source/vcpkg-configuration.json')}} path: ${{env.VCPKG_DEFAULT_BINARY_CACHE}}