From 5dec222d060f7f2a22440e6fc6b07e8892b72ec1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 13:58:20 +0000 Subject: [PATCH] workflows: bump actions/cache from 3 to 4 (#8389) Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/call-build-windows.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/call-build-windows.yaml b/.github/workflows/call-build-windows.yaml index 1ced2e51bcd..8edfd247889 100644 --- a/.github/workflows/call-build-windows.yaml +++ b/.github/workflows/call-build-windows.yaml @@ -136,7 +136,7 @@ jobs: - name: Restore cached packages of vcpkg id: cache-vcpkg-sources - uses: actions/cache/restore@v3 + uses: actions/cache/restore@v4 with: path: | C:\vcpkg\packages @@ -157,7 +157,7 @@ jobs: - name: Save packages of vcpkg id: save-vcpkg-sources - uses: actions/cache/save@v3 + uses: actions/cache/save@v4 with: path: | C:\vcpkg\packages