Skip to content

Commit

Permalink
workflows/test.yml: update action-setup-vim action from 1.2.13 to 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
glacambre committed May 12, 2024
1 parent 0845e0e commit e404573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
choco install firefox-dev --pre
echo "C:\Program Files\Firefox Dev Edition" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
- name: Install Neovim
uses: rhysd/action-setup-vim@v1.2.13
uses: rhysd/action-setup-vim@v1.3.3
with:
neovim: true
version: ${{ matrix.neovim }}
Expand Down

0 comments on commit e404573

Please sign in to comment.