Skip to content

Commit 065a47c

Browse files
committed
Specify exact versions of GitHub Actions to avoid unintentional breaking changes
1 parent c43e561 commit 065a47c

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
48+
- uses: actions/checkout@v4.1.1
4949
- name: Setup Vim
50-
uses: rhysd/action-setup-vim@v1
50+
uses: rhysd/action-setup-vim@v1.3.0
5151
id: vim
5252
with:
5353
neovim: ${{ matrix.neovim }}
5454
version: ${{ matrix.version }}
5555
- name: Setup vim-themis
56-
uses: actions/checkout@v4
56+
uses: actions/checkout@v4.1.1
5757
with:
5858
repository: thinca/vim-themis
5959
path: vim-themis

0 commit comments

Comments
 (0)