]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
CI: Bump msys2/setup-msys2
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sun, 21 Jun 2026 14:41:49 +0000 (14:41 +0000)
committerChristian Brabandt <cb@256bit.org>
Sun, 21 Jun 2026 14:41:49 +0000 (14:41 +0000)
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] <support@github.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
.github/workflows/ci-windows.yml

index 4da63f182bcf4a658dcd3550b86ed43137830b34..013d5142b1934ea9f1182616f249499c724219b5 100644 (file)
@@ -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