Skip to content

Commit

Permalink
patch 8.2.5119: CI uses cache v2
Browse files Browse the repository at this point in the history
Problem:    CI uses cache v2.
Solution:   Use cache v3. (closes #10588)
  • Loading branch information
pheiduck authored and brammool committed Jun 17, 2022
1 parent f9f2a33 commit 2ff7e7e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -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
Expand Down Expand Up @@ -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') }}
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Expand Up @@ -734,6 +734,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
5119,
/**/
5118,
/**/
Expand Down

0 comments on commit 2ff7e7e

Please sign in to comment.