Skip to content

Commit 15294ad

Browse files
authored
Merge pull request #9 from kg8m/dependabot/github_actions/actions/checkout-4.1.2
Bump actions/checkout from 4.1.1 to 4.1.2
2 parents 0e7930a + ada847e commit 15294ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ jobs:
4545
${{ matrix.neovim && 'Neovim' || 'Vim' }}
4646
${{ matrix.version }}
4747
steps:
48-
- uses: actions/checkout@v4.1.1
48+
- uses: actions/checkout@v4
4949
- name: Setup Vim
50-
uses: rhysd/action-setup-vim@v1.3.1
50+
uses: rhysd/action-setup-vim@v1
5151
id: vim
5252
with:
5353
neovim: ${{ matrix.neovim }}
5454
version: ${{ matrix.version }}
5555
- name: Setup vim-themis
56-
uses: actions/checkout@v4.1.1
56+
uses: actions/checkout@v4
5757
with:
5858
repository: thinca/vim-themis
5959
path: vim-themis

0 commit comments

Comments
 (0)