summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml4
-rw-r--r--src/version.c2
2 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index f9e108cccd..61723cdf3f 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 6ea4a379eb..b9b3347856 100644
--- 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,