From 824615030e3ba76f9024db0c545a3fd142163e5e Mon Sep 17 00:00:00 2001 From: Ilia Shipitsin Date: Sun, 20 Apr 2025 17:30:33 +0200 Subject: [PATCH] CI: use the latest actions/cache --- .github/workflows/windows.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 9ca201e..5581a8a 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -13,7 +13,7 @@ jobs: fetch-depth: 0 - run: echo "::set-output name=head::$(git describe --always --long)" id: openssl - - uses: actions/cache@v2 + - uses: actions/cache@v4 id: cache with: path: _dest @@ -34,7 +34,7 @@ jobs: - uses: actions/checkout@v2 with: submodules: true - - uses: actions/cache@v2 + - uses: actions/cache@v4 with: path: _dest key: ${{ runner.os }}-openssl-${{ needs.msvc-openssl.outputs.openssl-head }} -- 2.39.5