Skip to content

Commit a3cb943

Browse files
renovate[bot]ompugao
authored andcommitted
chore(deps): update actions/checkout action to v4 (prabirshrestha#1495)
1 parent af3dd5d commit a3cb943

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

.github/workflows/linux_neovim.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: |
4242
# https://github.com/Zettlr/Zettlr/issues/3517
4343
sudo apt-get install libfuse2
44-
- uses: actions/checkout@v3
44+
- uses: actions/checkout@v4
4545
- name: Download neovim
4646
shell: bash
4747
run: |
@@ -71,7 +71,7 @@ jobs:
7171
env:
7272
GO111MODULE: 'on'
7373
- name: Download test runner
74-
uses: actions/checkout@v3
74+
uses: actions/checkout@v4
7575
with:
7676
repository: thinca/vim-themis
7777
path: ./vim-themis

.github/workflows/linux_vim.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: |
4141
# https://github.com/Zettlr/Zettlr/issues/3517
4242
sudo apt-get install libfuse2
43-
- uses: actions/checkout@v3
43+
- uses: actions/checkout@v4
4444
- name: Download vim
4545
shell: bash
4646
run: |
@@ -69,7 +69,7 @@ jobs:
6969
env:
7070
GO111MODULE: 'on'
7171
- name: Download test runner
72-
uses: actions/checkout@v3
72+
uses: actions/checkout@v4
7373
with:
7474
repository: thinca/vim-themis
7575
path: ./vim-themis

.github/workflows/mac_neovim.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ${{matrix.os}}
3737
continue-on-error: ${{matrix.allow_failure}}
3838
steps:
39-
- uses: actions/checkout@v3
39+
- uses: actions/checkout@v4
4040
- name: Download neovim
4141
shell: bash
4242
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:
4646
run: tar xzf ~/nvim.tar.gz -C ~/
4747
continue-on-error: ${{matrix.allow_failure}}
4848
- name: Download test runner
49-
uses: actions/checkout@v3
49+
uses: actions/checkout@v4
5050
with:
5151
repository: thinca/vim-themis
5252
path: ./vim-themis

.github/workflows/mac_vim.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
build:
1818
runs-on: macos-latest
1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121
- name: Install MacVim
2222
shell: bash
2323
run: brew install macvim
2424
- name: Download test runner
25-
uses: actions/checkout@v3
25+
uses: actions/checkout@v4
2626
with:
2727
repository: thinca/vim-themis
2828
path: ./vim-themis

.github/workflows/reviewdog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: runner / vint
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
- name: vint
1818
uses: reviewdog/action-vint@v1
1919
with:

.github/workflows/windows_neovim.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ${{matrix.os}}
4040
continue-on-error: ${{matrix.allow_failure}}
4141
steps:
42-
- uses: actions/checkout@v3
42+
- uses: actions/checkout@v4
4343
- name: Download neovim
4444
shell: PowerShell
4545
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:
7070
env:
7171
GO111MODULE: 'on'
7272
- name: Download test runner
73-
uses: actions/checkout@v3
73+
uses: actions/checkout@v4
7474
with:
7575
repository: thinca/vim-themis
7676
path: ./vim-themis

.github/workflows/windows_vim.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
vim_ver_path: vim80
4444
runs-on: ${{matrix.os}}
4545
steps:
46-
- uses: actions/checkout@v3
46+
- uses: actions/checkout@v4
4747
- name: Download vim
4848
shell: PowerShell
4949
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:
7272
env:
7373
GO111MODULE: 'on'
7474
- name: Download test runner
75-
uses: actions/checkout@v3
75+
uses: actions/checkout@v4
7676
with:
7777
repository: thinca/vim-themis
7878
path: ./vim-themis

0 commit comments

Comments
 (0)