From ecf6a1826dc7a93729411401efcd6dc1b78980da Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 19:31:12 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v6 --- .github/workflows/CI.yaml | 2 +- .github/workflows/Release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index 85085418..7e1fa869 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -65,7 +65,7 @@ jobs: if: matrix.runner == 'windows-latest' id: vcpkg - - uses: actions/cache@v5 + - uses: actions/cache@v6 if: matrix.runner == 'windows-latest' with: key: vcpkg-cache diff --git a/.github/workflows/Release.yaml b/.github/workflows/Release.yaml index 19f914d3..92d2ae05 100644 --- a/.github/workflows/Release.yaml +++ b/.github/workflows/Release.yaml @@ -97,7 +97,7 @@ jobs: if: matrix.runner == 'windows-latest' id: vcpkg - - uses: actions/cache@v5 + - uses: actions/cache@v6 if: matrix.runner == 'windows-latest' with: key: vcpkg-cache