Commit f5a92111d for imagemagick.org

commit f5a92111d50aa0da096e5898690dea117668e8da
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Dec 22 23:04:52 2025 +0100

    Bump msys2/setup-msys2 from 2.29.0 to 2.30.0 (#8499)

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

    ---
    updated-dependencies:
    - dependency-name: msys2/setup-msys2
      dependency-version: 2.30.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 1b66eec30..6f050f7d0 100644
--- a/.github/workflows/daily.yml
+++ b/.github/workflows/daily.yml
@@ -238,7 +238,7 @@ jobs:
         with:
           persist-credentials: false

-      - uses: msys2/setup-msys2@fb197b72ce45fb24f17bf3f807a388985654d1f2 # v2.29.0
+      - uses: msys2/setup-msys2@4f806de0a5a7294ffabaff804b38a9b435a73bda # v2.30.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 5c67bf379..27a097d10 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -180,7 +180,7 @@ jobs:
         with:
           persist-credentials: false

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