Skip to content

Commit

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

Bump actions/checkout from 4.1.1 to 4.1.2
  • Loading branch information
kg8m authored Mar 16, 2024
2 parents 0e7930a + ada847e commit 15294ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ jobs:
${{ matrix.neovim && 'Neovim' || 'Vim' }}
${{ matrix.version }}
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4
- name: Setup Vim
uses: rhysd/action-setup-vim@v1.3.1
uses: rhysd/action-setup-vim@v1
id: vim
with:
neovim: ${{ matrix.neovim }}
version: ${{ matrix.version }}
- name: Setup vim-themis
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4
with:
repository: thinca/vim-themis
path: vim-themis
Expand Down

0 comments on commit 15294ad

Please sign in to comment.