mirror of
https://github.com/prabirshrestha/vim-lsp.git
synced 2025-12-14 20:35:59 +01:00
chore(deps): update actions/checkout action to v4 (#1495)
This commit is contained in:
4
.github/workflows/linux_neovim.yml
vendored
4
.github/workflows/linux_neovim.yml
vendored
@@ -41,7 +41,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
# https://github.com/Zettlr/Zettlr/issues/3517
|
# https://github.com/Zettlr/Zettlr/issues/3517
|
||||||
sudo apt-get install libfuse2
|
sudo apt-get install libfuse2
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: Download neovim
|
- name: Download neovim
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
@@ -71,7 +71,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GO111MODULE: 'on'
|
GO111MODULE: 'on'
|
||||||
- name: Download test runner
|
- name: Download test runner
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: thinca/vim-themis
|
repository: thinca/vim-themis
|
||||||
path: ./vim-themis
|
path: ./vim-themis
|
||||||
|
|||||||
4
.github/workflows/linux_vim.yml
vendored
4
.github/workflows/linux_vim.yml
vendored
@@ -40,7 +40,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
# https://github.com/Zettlr/Zettlr/issues/3517
|
# https://github.com/Zettlr/Zettlr/issues/3517
|
||||||
sudo apt-get install libfuse2
|
sudo apt-get install libfuse2
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: Download vim
|
- name: Download vim
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
@@ -69,7 +69,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GO111MODULE: 'on'
|
GO111MODULE: 'on'
|
||||||
- name: Download test runner
|
- name: Download test runner
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: thinca/vim-themis
|
repository: thinca/vim-themis
|
||||||
path: ./vim-themis
|
path: ./vim-themis
|
||||||
|
|||||||
4
.github/workflows/mac_neovim.yml
vendored
4
.github/workflows/mac_neovim.yml
vendored
@@ -36,7 +36,7 @@ jobs:
|
|||||||
runs-on: ${{matrix.os}}
|
runs-on: ${{matrix.os}}
|
||||||
continue-on-error: ${{matrix.allow_failure}}
|
continue-on-error: ${{matrix.allow_failure}}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: Download neovim
|
- name: Download neovim
|
||||||
shell: bash
|
shell: bash
|
||||||
run: curl -L https://github.com/neovim/neovim/releases/download/${{matrix.neovim_version}}/nvim-macos.tar.gz -o ~/nvim.tar.gz
|
run: curl -L https://github.com/neovim/neovim/releases/download/${{matrix.neovim_version}}/nvim-macos.tar.gz -o ~/nvim.tar.gz
|
||||||
@@ -46,7 +46,7 @@ jobs:
|
|||||||
run: tar xzf ~/nvim.tar.gz -C ~/
|
run: tar xzf ~/nvim.tar.gz -C ~/
|
||||||
continue-on-error: ${{matrix.allow_failure}}
|
continue-on-error: ${{matrix.allow_failure}}
|
||||||
- name: Download test runner
|
- name: Download test runner
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: thinca/vim-themis
|
repository: thinca/vim-themis
|
||||||
path: ./vim-themis
|
path: ./vim-themis
|
||||||
|
|||||||
4
.github/workflows/mac_vim.yml
vendored
4
.github/workflows/mac_vim.yml
vendored
@@ -17,12 +17,12 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: Install MacVim
|
- name: Install MacVim
|
||||||
shell: bash
|
shell: bash
|
||||||
run: brew install macvim
|
run: brew install macvim
|
||||||
- name: Download test runner
|
- name: Download test runner
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: thinca/vim-themis
|
repository: thinca/vim-themis
|
||||||
path: ./vim-themis
|
path: ./vim-themis
|
||||||
|
|||||||
2
.github/workflows/reviewdog.yml
vendored
2
.github/workflows/reviewdog.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
|||||||
name: runner / vint
|
name: runner / vint
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: vint
|
- name: vint
|
||||||
uses: reviewdog/action-vint@v1
|
uses: reviewdog/action-vint@v1
|
||||||
with:
|
with:
|
||||||
|
|||||||
4
.github/workflows/windows_neovim.yml
vendored
4
.github/workflows/windows_neovim.yml
vendored
@@ -39,7 +39,7 @@ jobs:
|
|||||||
runs-on: ${{matrix.os}}
|
runs-on: ${{matrix.os}}
|
||||||
continue-on-error: ${{matrix.allow_failure}}
|
continue-on-error: ${{matrix.allow_failure}}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: Download neovim
|
- name: Download neovim
|
||||||
shell: PowerShell
|
shell: PowerShell
|
||||||
run: Invoke-WebRequest -Uri https://github.com/neovim/neovim/releases/download/${{matrix.neovim_version}}/nvim-${{matrix.neovim_arch}}.zip -OutFile neovim.zip
|
run: Invoke-WebRequest -Uri https://github.com/neovim/neovim/releases/download/${{matrix.neovim_version}}/nvim-${{matrix.neovim_arch}}.zip -OutFile neovim.zip
|
||||||
@@ -70,7 +70,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GO111MODULE: 'on'
|
GO111MODULE: 'on'
|
||||||
- name: Download test runner
|
- name: Download test runner
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: thinca/vim-themis
|
repository: thinca/vim-themis
|
||||||
path: ./vim-themis
|
path: ./vim-themis
|
||||||
|
|||||||
4
.github/workflows/windows_vim.yml
vendored
4
.github/workflows/windows_vim.yml
vendored
@@ -43,7 +43,7 @@ jobs:
|
|||||||
vim_ver_path: vim80
|
vim_ver_path: vim80
|
||||||
runs-on: ${{matrix.os}}
|
runs-on: ${{matrix.os}}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: Download vim
|
- name: Download vim
|
||||||
shell: PowerShell
|
shell: PowerShell
|
||||||
run: Invoke-WebRequest -Uri https://github.com/vim/vim-win32-installer/releases/download/v${{matrix.vim_version}}/gvim_${{matrix.vim_version}}_${{matrix.vim_arch}}.zip -OutFile vim.zip
|
run: Invoke-WebRequest -Uri https://github.com/vim/vim-win32-installer/releases/download/v${{matrix.vim_version}}/gvim_${{matrix.vim_version}}_${{matrix.vim_arch}}.zip -OutFile vim.zip
|
||||||
@@ -72,7 +72,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GO111MODULE: 'on'
|
GO111MODULE: 'on'
|
||||||
- name: Download test runner
|
- name: Download test runner
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: thinca/vim-themis
|
repository: thinca/vim-themis
|
||||||
path: ./vim-themis
|
path: ./vim-themis
|
||||||
|
|||||||
Reference in New Issue
Block a user