Skip to content

Commit 96486d3

Browse files
committed
Update .github/workflows/ci.yml
1 parent 12f8dd3 commit 96486d3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ jobs:
3434
timeout-minutes: 10
3535
steps:
3636
- name: Checkout code
37-
uses: actions/checkout@v4
37+
uses: actions/checkout@v5
3838
with:
3939
persist-credentials: false
4040
- name: Checkout themis.vim
41-
uses: actions/checkout@v4
41+
uses: actions/checkout@v5
4242
with:
4343
repository: thinca/vim-themis
4444
persist-credentials: false
@@ -48,12 +48,12 @@ jobs:
4848
run: rm -f $(which msgfmt)
4949
- name: Setup Vim
5050
id: vim
51-
uses: thinca/action-setup-vim@v2
51+
uses: thinca/action-setup-vim@v3
5252
with:
5353
vim_version: ${{ matrix.vim_version }}
5454
download: ${{ matrix.download }}
5555
- name: Setup Python
56-
uses: actions/setup-python@v5
56+
uses: actions/setup-python@v6
5757
with:
5858
python-version: 3.x
5959
- name: Install Primula

0 commit comments

Comments
 (0)