Patch 8.2.5119
Problem: CI uses cache v2.
Solution: Use cache v3. (closes #10588)
Files: .github/workflows/ci.yml
*** ../vim-8.2.5118/.github/workflows/ci.yml 2022-06-14 11:35:15.792489805
+0100
--- .github/workflows/ci.yml 2022-06-17 21:27:07.211719891 +0100
***************
*** 177,183 ****
sudo bash ci/setup-xvfb.sh
- name: Cache snd-dummy
! uses: actions/cache@v2
with:
path: ${{ env.SND_DUMMY_DIR }}
key: linux-${{ env.LINUX_VERSION }}-snd-dummy
--- 177,183 ----
sudo bash ci/setup-xvfb.sh
- name: Cache snd-dummy
! uses: actions/cache@v3
with:
path: ${{ env.SND_DUMMY_DIR }}
key: linux-${{ env.LINUX_VERSION }}-snd-dummy
***************
*** 453,459 ****
echo %WINPTY_URL%>> urls.txt
- name: Cache downloaded files
! uses: actions/cache@v2
with:
path: downloads
key: ${{ runner.os }}-${{ matrix.bits }}-${{ hashFiles('urls.txt')
}}
--- 453,459 ----
echo %WINPTY_URL%>> urls.txt
- name: Cache downloaded files
! uses: actions/cache@v3
with:
path: downloads
key: ${{ runner.os }}-${{ matrix.bits }}-${{ hashFiles('urls.txt')
}}
*** ../vim-8.2.5118/src/version.c 2022-06-17 20:05:36.937873390 +0100
--- src/version.c 2022-06-17 21:26:38.207742685 +0100
***************
*** 736,737 ****
--- 736,739 ----
{ /* Add new patch number below this line */
+ /**/
+ 5119,
/**/
--
SECOND SOLDIER: It could be carried by an African swallow!
FIRST SOLDIER: Oh yes! An African swallow maybe ... but not a European
swallow. that's my point.
"Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20220617202821.D49131C12E9%40moolenaar.net.