comparison .github/workflows/ci.yml @ 28927:272a24b53d0c v8.2.4986

patch 8.2.4986: some github actions are outdated Commit: https://github.com/vim/vim/commit/8a83ffdc43a4fc904f686864a24a5b0f240df593 Author: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Fri May 20 17:19:06 2022 +0100 patch 8.2.4986: some github actions are outdated Problem: Some github actions are outdated. Solution: Update CodeQl to v2, update checkout to v3. (closes https://github.com/vim/vim/issues/10450)
author Bram Moolenaar <Bram@vim.org>
date Fri, 20 May 2022 18:30:03 +0200
parents 0e589fdf0081
children a8c0c5865e73
comparison
equal deleted inserted replaced
28926:b8a7e7fba8de 28927:272a24b53d0c
59 - features: normal 59 - features: normal
60 compiler: gcc 60 compiler: gcc
61 extra: vimtags 61 extra: vimtags
62 62
63 steps: 63 steps:
64 - uses: actions/checkout@v2 64 - uses: actions/checkout@v3
65 65
66 - name: Install packages 66 - name: Install packages
67 run: | 67 run: |
68 PKGS=( \ 68 PKGS=( \
69 gettext \ 69 gettext \
293 fail-fast: false 293 fail-fast: false
294 matrix: 294 matrix:
295 features: [tiny, normal, huge] 295 features: [tiny, normal, huge]
296 296
297 steps: 297 steps:
298 - uses: actions/checkout@v2 298 - uses: actions/checkout@v3
299 299
300 - name: Install packages 300 - name: Install packages
301 if: matrix.features == 'huge' 301 if: matrix.features == 'huge'
302 env: 302 env:
303 HOMEBREW_NO_AUTO_UPDATE: 1 303 HOMEBREW_NO_AUTO_UPDATE: 1
430 if: matrix.toolchain == 'mingw' 430 if: matrix.toolchain == 'mingw'
431 with: 431 with:
432 msystem: ${{ matrix.msystem }} 432 msystem: ${{ matrix.msystem }}
433 release: false 433 release: false
434 434
435 - uses: actions/checkout@v2 435 - uses: actions/checkout@v3
436 436
437 - name: Create a list of download URLs 437 - name: Create a list of download URLs
438 shell: cmd 438 shell: cmd
439 run: | 439 run: |
440 type NUL > urls.txt 440 type NUL > urls.txt