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 f9e108c..61723cd 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -177,7 +177,7 @@
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 @@
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 6ea4a37..b9b3347 100644
--- a/src/version.c
+++ b/src/version.c
@@ -735,6 +735,8 @@
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 5119,
+/**/
5118,
/**/
5117,