diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -497,7 +497,7 @@ jobs: echo "::set-output name=image::$ImageOS-$ImageVersion" - name: Enable vcpkg cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: /usr/local/share/vcpkg/installed key: ${{ steps.key.outputs.image }}-vcpkg-release-0 # Increase the number whenever dependencies are modified @@ -700,7 +700,7 @@ jobs: Write-Output "::set-output name=image::$env:ImageOS-$env:ImageVersion" - name: Enable vcpkg cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: vcpkg/installed key: ${{ steps.key.outputs.image }}-vcpkg-${{ matrix.arch }}-0 # Increase the number whenever dependencies are modified