patch 8.2.5119: CI uses cache v2 v8.2.5119
authorPhilip H <47042125+pheiduck@users.noreply.github.com>
Fri, 17 Jun 2022 20:27:38 +0000 (21:27 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 17 Jun 2022 20:27:38 +0000 (21:27 +0100)
Problem:    CI uses cache v2.
Solution:   Use cache v3. (closes #10588)

.github/workflows/ci.yml
src/version.c

index f9e108cccdd94dba832dc9d110895a631bb459a2..61723cdf3febee50ffa17789f20ad6c0f37af305 100644 (file)
@@ -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') }}
index 6ea4a379eb1191c2c65412d5bf1a111fd2878af2..b9b334785677150efeb5ee820e171fd0ce24cbb5 100644 (file)
@@ -734,6 +734,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    5119,
 /**/
     5118,
 /**/