From 131faabdfb6ce959a228624d379b536c5bb8bb76 Mon Sep 17 00:00:00 2001 From: Kevin Lalumiere Date: Tue, 7 Jan 2025 18:10:37 -0500 Subject: [PATCH] Update actions/cache to non-deprecated version --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 13094bb..e9f6557 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -33,7 +33,7 @@ jobs: shell: bash run: mkdir .cache - name: Enable vcpkg cache - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: .cache key: vcpkg-${{ matrix.key }}-${{ hashFiles('**/vcpkg.json', '**/vcpkg-configuration.json') }}