From 3ebddea92ef648862ed53af041e857f0da376402 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 01:05:52 +0000 Subject: [PATCH] Bump msys2/setup-msys2 from 2.31.0 to 2.31.1 in the actions group Bumps the actions group with 1 update: [msys2/setup-msys2](https://github.com/msys2/setup-msys2). Updates `msys2/setup-msys2` from 2.31.0 to 2.31.1 - [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.0...v2.31.1) --- updated-dependencies: - dependency-name: msys2/setup-msys2 dependency-version: 2.31.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 524ccf3b..3229a215 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -72,7 +72,7 @@ jobs: - name: Install dependencies (MSYS2) if: matrix.config.shell == 'msys2 {0}' - uses: msys2/setup-msys2@v2.31.0 + uses: msys2/setup-msys2@v2.31.1 with: msystem: ${{ matrix.config.msystem }} update: false