Skip to content

Commit

Permalink
Specify exact versions of GitHub Actions to avoid unintentional break…
Browse files Browse the repository at this point in the history
…ing changes
  • Loading branch information
kg8m committed Feb 11, 2024
1 parent c43e561 commit 065a47c
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
- uses: actions/checkout@v4.1.1
- name: Setup Vim
uses: rhysd/action-setup-vim@v1
uses: rhysd/action-setup-vim@v1.3.0
id: vim
with:
neovim: ${{ matrix.neovim }}
version: ${{ matrix.version }}
- name: Setup vim-themis
uses: actions/checkout@v4
uses: actions/checkout@v4.1.1
with:
repository: thinca/vim-themis
path: vim-themis
Expand Down

0 comments on commit 065a47c

Please sign in to comment.