diff --git a/.github/workflows/call-build-windows-packages.yaml b/.github/workflows/call-build-windows-packages.yaml index 2bbbacf3..5e7149e6 100644 --- a/.github/workflows/call-build-windows-packages.yaml +++ b/.github/workflows/call-build-windows-packages.yaml @@ -91,7 +91,7 @@ jobs: - name: Restore cached packages of vcpkg id: cache-vcpkg-sources - uses: actions/cache/restore@v4 + uses: actions/cache/restore@v5 with: path: | C:\vcpkg\installed @@ -128,7 +128,7 @@ jobs: - name: Save packages of vcpkg id: save-vcpkg-sources - uses: actions/cache/save@v4 + uses: actions/cache/save@v5 with: path: | C:\vcpkg\installed