From f64c241fcca25e740fa5faf2d1f037fd337c2716 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 03:54:33 +0000 Subject: [PATCH] Update actions/cache action to v5 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 02f1720e..b87d99ad 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -150,7 +150,7 @@ jobs: fetch-depth: 0 - name: Vcpkg Dependencies id: vcpkg-openmama - uses: actions/cache@v3 + uses: actions/cache@v5 with: path: vcpkg-openmama key: vcpkg-deps-${{ matrix.os }}-${{ matrix.platform }}-${{ matrix.vcver }}-${{ hashFiles('devops/build/install-dependencies.bat') }}