From: Ilia Shipitsin Date: Sun, 20 Apr 2025 15:30:33 +0000 (+0200) Subject: CI: use the latest actions/cache X-Git-Url: http://www.wagner.pp.ru/gitweb/?a=commitdiff_plain;h=824615030e3ba76f9024db0c545a3fd142163e5e;p=openssl-gost%2Fengine.git CI: use the latest actions/cache --- 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 }}