diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index c554247..49ce065 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -38,7 +38,7 @@ jobs: run: git submodule foreach --recursive git rev-parse HEAD > submodule_hashes.txt - name: Restore vcpkg and its artifacts - uses: actions/cache@v4 + uses: actions/cache@v5 with: # The first path is where vcpkg generates artifacts while consuming the vcpkg.json manifest file. # The second path is the location of vcpkg (it contains the vcpkg executable and data files).