From 33d235d44e68e1ffee4433ee4bbaf4dee0968825 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Wed, 22 Sep 2021 01:26:36 +0300 Subject: [PATCH] CI: Update setup-msys2 to version 2.4.2 See osdn #42892 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 da2c6c814a..78694e163a 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.3.1 provides msys2 snapshot 20210607 - uses: msys2/setup-msys2@v2.3.1 + # 2.4.2 provides msys2 snapshot 20210725 + uses: msys2/setup-msys2@v2.4.2 with: install: > make -- 2.33.0