mirror of
https://github.com/vim-airline/vim-airline.git
synced 2024-11-25 00:05:37 +08:00
ci: correctly checkout vim-flavor using https://
Currently, the CI throws: The unauthenticated git protocol on port 9418 is no longer supported. Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information. So update vim-flavor to 4.0.1 which uses https:// links instead of un-authenticated git protocol. Unfortunately, we have to update ruby to version 3.0 with that. Let's see if this works.
This commit is contained in:
parent
1d486430cc
commit
0f237d8b6b
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -27,9 +27,9 @@ jobs:
|
|||
uses: actions/checkout@master
|
||||
|
||||
- name: Setup Ruby
|
||||
uses: actions/setup-ruby@v1
|
||||
uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: '2.6'
|
||||
ruby-version: '3.0'
|
||||
|
||||
- name: Setup Bundle
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue
Block a user