To: vim_dev@googlegroups.com Subject: Patch 9.0.0536 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 9.0.0536 Problem: CI: codecov action update available. Solution: Update Codecov 3.1.0 to 3.3.1. (closes #11188) Files: .github/workflows/ci.yml *** ../vim-9.0.0535/.github/workflows/ci.yml 2022-09-10 13:03:08.959148178 +0100 --- .github/workflows/ci.yml 2022-09-21 19:39:53.484765686 +0100 *************** *** 250,256 **** - name: Codecov if: matrix.coverage ! uses: codecov/codecov-action@v3.1.0 with: flags: linux,${{ matrix.features }}-${{ matrix.compiler }}-${{ matrix.extra }} --- 250,256 ---- - name: Codecov if: matrix.coverage ! uses: codecov/codecov-action@v3.1.1 with: flags: linux,${{ matrix.features }}-${{ matrix.compiler }}-${{ matrix.extra }} *** ../vim-9.0.0535/src/version.c 2022-09-21 18:59:10.675074958 +0100 --- src/version.c 2022-09-21 19:41:42.128553302 +0100 *************** *** 701,702 **** --- 701,704 ---- { /* Add new patch number below this line */ + /**/ + 536, /**/ -- The difference between theory and practice, is that in theory, there is no difference between theory and practice. /// 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 ///