Commit d8075db4f for imagemagick.org

commit d8075db4f54a108c8579a726b7043705172bee0f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sun Apr 5 14:18:52 2026 +0200

    build(deps): bump msys2/setup-msys2 from 2.30.0 to 2.31.0 (#8645)

    Bumps [msys2/setup-msys2](https://github.com/msys2/setup-msys2) from 2.30.0 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/4f806de0a5a7294ffabaff804b38a9b435a73bda...cafece8e6baf9247cf9b1bf95097b0b983cc558d)

    ---
    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] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml
index 889e8d79b..88ef47d43 100644
--- a/.github/workflows/daily.yml
+++ b/.github/workflows/daily.yml
@@ -239,7 +239,7 @@ jobs:
         with:
           persist-credentials: false

-      - uses: msys2/setup-msys2@4f806de0a5a7294ffabaff804b38a9b435a73bda #v2.30.0
+      - uses: msys2/setup-msys2@cafece8e6baf9247cf9b1bf95097b0b983cc558d #v2.31.0
         with:
           install: mingw-w64-${{ matrix.toolchain }}-toolchain base-devel binutils
           update: true
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 37591bd7b..c9c882941 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -181,7 +181,7 @@ jobs:
         with:
           persist-credentials: false

-      - uses: msys2/setup-msys2@4f806de0a5a7294ffabaff804b38a9b435a73bda #v2.30.0
+      - uses: msys2/setup-msys2@cafece8e6baf9247cf9b1bf95097b0b983cc558d #v2.31.0
         with:
           install: mingw-w64-x86_64-toolchain base-devel binutils
           update: true