From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Fri, 17 Jun 2022 20:27:38 +0000 (+0100) Subject: patch 8.2.5119: CI uses cache v2 X-Git-Tag: v8.2.5119 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2ff7e7e16db4791ec3fe45766120552ece42e8a6;p=vim patch 8.2.5119: CI uses cache v2 Problem: CI uses cache v2. Solution: Use cache v3. (closes #10588) --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f9e108ccc..61723cdf3 100644 --- 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 index 6ea4a379e..b9b334785 100644 --- a/src/version.c +++ b/src/version.c @@ -734,6 +734,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 5119, /**/ 5118, /**/