diff --git a/.github/workflows/call-build-windows.yaml b/.github/workflows/call-build-windows.yaml index 2d31366c70f..0c457565521 100644 --- a/.github/workflows/call-build-windows.yaml +++ b/.github/workflows/call-build-windows.yaml @@ -257,7 +257,7 @@ jobs: - name: Restore cached packages of vcpkg id: cache-vcpkg-sources - uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache/restore@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0 with: path: | C:\vcpkg\installed @@ -283,7 +283,7 @@ jobs: - name: Save packages of vcpkg id: save-vcpkg-sources - uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache/save@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0 with: path: | C:\vcpkg\installed diff --git a/.github/workflows/call-windows-unit-tests.yaml b/.github/workflows/call-windows-unit-tests.yaml index 9fdca7ac167..f34d00f1290 100644 --- a/.github/workflows/call-windows-unit-tests.yaml +++ b/.github/workflows/call-windows-unit-tests.yaml @@ -170,7 +170,7 @@ jobs: - name: Restore cached packages of vcpkg id: cache-unit-test-vcpkg-sources - uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache/restore@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0 with: path: | C:\vcpkg\installed @@ -196,7 +196,7 @@ jobs: - name: Save packages of vcpkg id: save-vcpkg-sources - uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache/save@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0 with: path: | C:\vcpkg\installed