From fc60755165a3573d431942c501044c20881a7071 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 05:14:05 +0000 Subject: [PATCH] Bump msys2/setup-msys2 from 2.31.1 to 2.32.0 in the github-actions group Bumps the github-actions group with 1 update: [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/e9898307ac31d1a803454791be09ab9973336e1c...66cd2cce69caa17b53920067426061ca1de3a884) --- 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 ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql.yml | 2 +- .github/workflows/runtime-safety.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 25cb09e..90786fd 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -136,7 +136,7 @@ jobs: - name: Set up MSYS2 if: matrix.msys2 == true - uses: msys2/setup-msys2@e9898307ac31d1a803454791be09ab9973336e1c # v2 + uses: msys2/setup-msys2@66cd2cce69caa17b53920067426061ca1de3a884 # v2 with: msystem: MSYS update: true diff --git a/.github/workflows/runtime-safety.yml b/.github/workflows/runtime-safety.yml index 844259e..ef09429 100644 --- a/.github/workflows/runtime-safety.yml +++ b/.github/workflows/runtime-safety.yml @@ -119,7 +119,7 @@ jobs: cache: false - name: Set up MSYS2 - uses: msys2/setup-msys2@e9898307ac31d1a803454791be09ab9973336e1c # v2 + uses: msys2/setup-msys2@66cd2cce69caa17b53920067426061ca1de3a884 # v2 with: msystem: MSYS update: true