We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12f8dd3 commit 96486d3Copy full SHA for 96486d3
1 file changed
.github/workflows/ci.yml
@@ -34,11 +34,11 @@ jobs:
34
timeout-minutes: 10
35
steps:
36
- name: Checkout code
37
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
38
with:
39
persist-credentials: false
40
- name: Checkout themis.vim
41
42
43
repository: thinca/vim-themis
44
@@ -48,12 +48,12 @@ jobs:
48
run: rm -f $(which msgfmt)
49
- name: Setup Vim
50
id: vim
51
- uses: thinca/action-setup-vim@v2
+ uses: thinca/action-setup-vim@v3
52
53
vim_version: ${{ matrix.vim_version }}
54
download: ${{ matrix.download }}
55
- name: Setup Python
56
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
57
58
python-version: 3.x
59
- name: Install Primula
0 commit comments