|
36 | 36 | VIMVER: ${{ matrix.type }}-${{ matrix.vim }} |
37 | 37 | steps: |
38 | 38 | - name: Checkout |
39 | | - uses: actions/checkout@v5 |
| 39 | + uses: actions/checkout@v6 |
40 | 40 | - name: Setup env |
41 | 41 | run: | |
42 | 42 | cat ENVFILE >> $GITHUB_ENV |
@@ -94,13 +94,13 @@ jobs: |
94 | 94 | run: | |
95 | 95 | echo "set luadll=$(brew --prefix lua)/lib/liblua.dylib" > ${GITHUB_WORKSPACE}/.themisrc |
96 | 96 | - name: Setup vim-themis |
97 | | - uses: actions/checkout@v5 |
| 97 | + uses: actions/checkout@v6 |
98 | 98 | with: |
99 | 99 | repository: thinca/vim-themis |
100 | 100 | ref: ${{ env.THEMIS_VERSION }} |
101 | 101 | path: ${{ github.workspace }}/vim-themis |
102 | 102 | - name: Setup vimproc |
103 | | - uses: actions/checkout@v5 |
| 103 | + uses: actions/checkout@v6 |
104 | 104 | with: |
105 | 105 | repository: Shougo/vimproc.vim |
106 | 106 | path: ${{ github.workspace }}/vimproc |
@@ -153,7 +153,7 @@ jobs: |
153 | 153 | run: | |
154 | 154 | git config --global core.autocrlf input |
155 | 155 | - name: Checkout |
156 | | - uses: actions/checkout@v5 |
| 156 | + uses: actions/checkout@v6 |
157 | 157 | - name: Setup env |
158 | 158 | shell: bash |
159 | 159 | run: | |
@@ -227,13 +227,13 @@ jobs: |
227 | 227 | vim_type: '${{ matrix.type }}' |
228 | 228 | download: '${{ matrix.vim_download || matrix.download }}' |
229 | 229 | - name: Setup vim-themis |
230 | | - uses: actions/checkout@v5 |
| 230 | + uses: actions/checkout@v6 |
231 | 231 | with: |
232 | 232 | repository: thinca/vim-themis |
233 | 233 | ref: ${{ env.THEMIS_VERSION }} |
234 | 234 | path: ${{ github.workspace }}/vim-themis |
235 | 235 | - name: Setup vimproc |
236 | | - uses: actions/checkout@v5 |
| 236 | + uses: actions/checkout@v6 |
237 | 237 | with: |
238 | 238 | repository: Shougo/vimproc.vim |
239 | 239 | ref: ${{ env.VIMPROC_VERSION }} |
|
0 commit comments