From 455a3888daef5f3c30567fdbc5f63677c3d55e58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 08:24:06 +0000 Subject: [PATCH] Build(deps): bump msys2/setup-msys2 from 2 to 2.31.0 Bumps [msys2/setup-msys2](https://github.com/msys2/setup-msys2) from 2 to 2.31.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...v2.31.0) --- updated-dependencies: - dependency-name: msys2/setup-msys2 dependency-version: 2.31.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c6493ef..ef215d4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -113,7 +113,7 @@ jobs: # we need in addition to the standard UCRT paths, /c/ProgramData/chocolatey/bin and # /c/windows/system32. # See https://github.com/msys2/setup-msys2 - - uses: msys2/setup-msys2@v2 + - uses: msys2/setup-msys2@v2.31.0 with: msystem: UCRT64 update: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5658d18..8bc1797 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -145,7 +145,7 @@ jobs: # We need path-type of inherit to include the protoc compiler on the $PATH. # See https://github.com/msys2/setup-msys2 - - uses: msys2/setup-msys2@v2 + - uses: msys2/setup-msys2@v2.31.0 with: msystem: UCRT64 update: true