Skip to content

Commit 5e9b496

Browse files
committed
Specify exact versions of GitHub Actions to avoid unintentional breaking changes
1 parent fede8d3 commit 5e9b496

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
@@ -29,15 +29,15 @@ jobs:
2929
${{ matrix.neovim && 'Neovim' || 'Vim' }}
3030
${{ matrix.version }}
3131
steps:
32-
- uses: actions/checkout@v4
32+
- uses: actions/checkout@v4.1.1
3333
- name: Setup Vim
34-
uses: rhysd/action-setup-vim@v1
34+
uses: rhysd/action-setup-vim@v1.3.0
3535
id: vim
3636
with:
3737
neovim: ${{ matrix.neovim }}
3838
version: ${{ matrix.version }}
3939
- name: Setup vim-themis
40-
uses: actions/checkout@v4
40+
uses: actions/checkout@v4.1.1
4141
with:
4242
repository: thinca/vim-themis
4343
path: vim-themis

0 commit comments

Comments
 (0)