To: vim_dev@googlegroups.com Subject: Patch 8.2.5119 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///