From 6c61b345fb9d363f856e854bb4d602907084a1db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Dec 2025 11:08:29 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 4 to 5 (#6648) --- .github/workflows/build.yml | 2 +- .github/workflows/test-windows.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e002a870..69fc75e5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -164,7 +164,7 @@ jobs: - name: Cache conan packages (Windows) if: startsWith(matrix.os, 'windows') - uses: actions/cache@v4 + uses: actions/cache@v5 with: key: ${{ runner.os }}-conan-user-${{ hashFiles('**/conanfile.py') }}-QT6 path: ~/.conan2/ diff --git a/.github/workflows/test-windows.yml b/.github/workflows/test-windows.yml index 302abbc4..97a1a774 100644 --- a/.github/workflows/test-windows.yml +++ b/.github/workflows/test-windows.yml @@ -66,7 +66,7 @@ jobs: sccache-test-${{ matrix.os }}-${{ matrix.qt-version }} - name: Cache conan packages - uses: actions/cache@v4 + uses: actions/cache@v5 with: key: ${{ runner.os }}-conan-user-${{ hashFiles('**/conanfile.py') }}${{ env.C2_CONAN_CACHE_SUFFIX }} path: ~/.conan2/