From 6370926472da28c624edd98d85bc15aa27a16e52 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 01:20:06 +0000 Subject: [PATCH] Update msys2/setup-msys2 action to v2.31.0 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d9dae96..3c81833 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -554,7 +554,7 @@ jobs: rustup update "$RUST" rustup default "$RUST" rustup target add "$TARGET" - - uses: msys2/setup-msys2@4f806de0a5a7294ffabaff804b38a9b435a73bda # v2.30.0 + - uses: msys2/setup-msys2@cafece8e6baf9247cf9b1bf95097b0b983cc558d # v2.31.0 with: msystem: MINGW${{ startsWith(matrix.target, 'i686-') && '32' || '64' }} pacboy: cc:p