To: vim_dev@googlegroups.com Subject: Patch 9.0.0570 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 9.0.0570 Problem: CI for Windows is still using codecov action 3.1.0. Solution: Use action 3.1.1. (closes #11212) Files: .github/workflows/ci.yml *** ../vim-9.0.0569/.github/workflows/ci.yml 2022-09-21 19:41:52.172533866 +0100 --- .github/workflows/ci.yml 2022-09-24 12:59:01.711357719 +0100 *************** *** 605,611 **** - name: Codecov if: matrix.coverage ! uses: codecov/codecov-action@v3.1.0 with: directory: src flags: windows,${{ matrix.toolchain }}-${{ matrix.arch }}-${{ matrix.features }} --- 605,611 ---- - name: Codecov if: matrix.coverage ! uses: codecov/codecov-action@v3.1.1 with: directory: src flags: windows,${{ matrix.toolchain }}-${{ matrix.arch }}-${{ matrix.features }} *** ../vim-9.0.0569/src/version.c 2022-09-24 12:50:40.602168025 +0100 --- src/version.c 2022-09-24 13:00:25.462813587 +0100 *************** *** 701,702 **** --- 701,704 ---- { /* Add new patch number below this line */ + /**/ + 570, /**/ -- hundred-and-one symptoms of being an internet addict: 160. You get in the elevator and double-click the button for the floor you want. /// 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 ///