File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments