Patch 9.0.1071
Problem: Codecov action version is too specific.
Solution: Only use "v3" to automatically use the latest stable version.
(closes #11720)
Files: .github/workflows/ci.yml
*** ../vim-9.0.1070/.github/workflows/ci.yml 2022-11-24 15:15:05.310785093
+0000
--- .github/workflows/ci.yml 2022-12-17 15:47:09.666059956 +0000
***************
*** 254,260 ****
- name: Codecov
if: matrix.coverage
! uses: codecov/[email protected]
with:
flags: linux,${{ matrix.features }}-${{ matrix.compiler }}-${{
matrix.extra }}
--- 254,260 ----
- name: Codecov
if: matrix.coverage
! uses: codecov/codecov-action@v3
with:
flags: linux,${{ matrix.features }}-${{ matrix.compiler }}-${{
matrix.extra }}
***************
*** 613,619 ****
- name: Codecov
if: matrix.coverage
! uses: codecov/[email protected]
with:
directory: src
flags: windows,${{ matrix.toolchain }}-${{ matrix.arch }}-${{
matrix.features }}
--- 613,619 ----
- name: Codecov
if: matrix.coverage
! uses: codecov/codecov-action@v3
with:
directory: src
flags: windows,${{ matrix.toolchain }}-${{ matrix.arch }}-${{
matrix.features }}
*** ../vim-9.0.1070/src/version.c 2022-12-17 15:35:37.778657492 +0000
--- src/version.c 2022-12-17 15:45:48.790117246 +0000
***************
*** 697,698 ****
--- 697,700 ----
{ /* Add new patch number below this line */
+ /**/
+ 1071,
/**/
--
GUARD #1: What -- a swallow carrying a coconut?
ARTHUR: It could grip it by the husk!
GUARD #1: It's not a question of where he grips it! It's a simple question
of weight ratios! A five ounce bird could not carry a 1 pound
coconut.
The Quest for the Holy Grail (Monty Python)
/// 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/20221217154838.6AB001C0869%40moolenaar.net.