From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 14:41:49 +0000 (+0000) Subject: CI: Bump msys2/setup-msys2 X-Git-Tag: v9.2.0689~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6c8c2d8346c6f717efd595bb2489c62e62fa8b7;p=thirdparty%2Fvim.git CI: Bump msys2/setup-msys2 Bumps the github-actions group with 1 update in the / directory: [msys2/setup-msys2](https://github.com/msys2/setup-msys2). Updates `msys2/setup-msys2` from 2.31.1 to 2.32.0 - [Release notes](https://github.com/msys2/setup-msys2/releases) - [Changelog](https://github.com/msys2/setup-msys2/blob/main/CHANGELOG.md) - [Commits](https://github.com/msys2/setup-msys2/compare/v2.31.1...v2.32.0) --- updated-dependencies: - dependency-name: msys2/setup-msys2 dependency-version: 2.32.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... closes: #20578 Signed-off-by: dependabot[bot] Signed-off-by: Christian Brabandt --- diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml index 4da63f182b..013d5142b1 100644 --- a/.github/workflows/ci-windows.yml +++ b/.github/workflows/ci-windows.yml @@ -117,7 +117,7 @@ jobs: echo "SODIUM_DIR=${SODIUM_DIR}" >> $GITHUB_ENV echo "GETTEXT_PATH=D:\gettext${{ matrix.arch == 'x64' && '64' || '32' }}" >> $GITHUB_ENV - - uses: msys2/setup-msys2@v2.31.1 + - uses: msys2/setup-msys2@v2.32.0 if: matrix.toolchain == 'mingw' with: update: true