From 42adc6aa7c4fbc7956753451245c5be22bab7665 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sat, 14 Jan 2023 14:22:58 +0200 Subject: [PATCH 30/30] CI: Update setup-msys2 to version 2.15.1 See osdn #46517 Signed-off-by: Marko Lindqvist --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 42e5ca2e00..2f445934f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,8 +15,8 @@ jobs: # A mapping from msys2/setup-msys2 version to msys2 version can be # found at # https://github.com/msys2/setup-msys2/blob/master/CHANGELOG.md - # 2.14.0 provides msys2 snapshot 20221028 - uses: msys2/setup-msys2@v2.14.0 + # 2.15.1 provides msys2 snapshot 20221216 + uses: msys2/setup-msys2@v2.15.1 with: install: > make -- 2.39.0