Skip to content

Commit

Permalink
Merge pull request #6 from kg8m/dependabot/github_actions/actions/che…
Browse files Browse the repository at this point in the history
…ckout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
kg8m authored Sep 9, 2023
2 parents 9ac829e + a490c6c commit 72e6898
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ jobs:
- neovim: false
version: v8.2.0000
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup Vim
uses: rhysd/action-setup-vim@v1
id: vim
with:
neovim: ${{ matrix.neovim }}
version: ${{ matrix.version }}
- name: Setup vim-themis
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: thinca/vim-themis
path: vim-themis
Expand Down

0 comments on commit 72e6898

Please sign in to comment.