# HG changeset patch # User Bram Moolenaar # Date 1655497803 -7200 # Node ID 1ef87506a3a60ffa6aa4d83c107e7ba8fe62c5e9 # Parent a93c1596c7999421927b055ae4ddfebd26385ab5 patch 8.2.5119: CI uses cache v2 Commit: https://github.com/vim/vim/commit/2ff7e7e16db4791ec3fe45766120552ece42e8a6 Author: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Fri Jun 17 21:27:38 2022 +0100 patch 8.2.5119: CI uses cache v2 Problem: CI uses cache v2. Solution: Use cache v3. (closes https://github.com/vim/vim/issues/10588) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -177,7 +177,7 @@ jobs: sudo bash ci/setup-xvfb.sh - name: Cache snd-dummy - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ${{ env.SND_DUMMY_DIR }} key: linux-${{ env.LINUX_VERSION }}-snd-dummy @@ -453,7 +453,7 @@ jobs: echo %WINPTY_URL%>> urls.txt - name: Cache downloaded files - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: downloads key: ${{ runner.os }}-${{ matrix.bits }}-${{ hashFiles('urls.txt') }} diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -735,6 +735,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5119, +/**/ 5118, /**/ 5117,