]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Bump msys2/setup-msys2 from 2.31.1 to 2.32.0 4722/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sat, 1 Aug 2026 05:32:58 +0000 (05:32 +0000)
committerGitHub <noreply@github.com>
Sat, 1 Aug 2026 05:32:58 +0000 (05:32 +0000)
Bumps [msys2/setup-msys2](https://github.com/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
...

Signed-off-by: dependabot[bot] <support@github.com>
.github/workflows/dev-long-tests.yml
.github/workflows/dev-short-tests.yml
.github/workflows/windows-artifacts.yml

index da607543e85a1e5d22049d48f4a0f966db880fcb..c5b1e22d5bc8cef6bc311de19695b7dc07eae0e5 100644 (file)
@@ -274,7 +274,7 @@ jobs:
         shell: msys2 {0}
     steps:
     - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # tag=v6.0.2
-    - uses: msys2/setup-msys2@e9898307ac31d1a803454791be09ab9973336e1c # tag=v2.31.1
+    - uses: msys2/setup-msys2@66cd2cce69caa17b53920067426061ca1de3a884 # tag=v2.32.0
       with:
         msystem: MINGW64
         install: make
index cfd0294cad8ba098adb2642b0f23988d5724a547..4b8a95d185f5913ac883cdb797eb8378606b1799 100644 (file)
@@ -487,7 +487,7 @@ jobs:
         shell: msys2 {0}
     steps:
     - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # tag=v6.0.2
-    - uses: msys2/setup-msys2@e9898307ac31d1a803454791be09ab9973336e1c # tag=v2.31.1
+    - uses: msys2/setup-msys2@66cd2cce69caa17b53920067426061ca1de3a884 # tag=v2.32.0
       with:
         msystem: ${{ matrix.msystem }}
         install: make diffutils
index 9998584d972b9ede89f8e7aa3d566c0f87538cb9..97454beb2094eae50907add33242386533b8abc1 100644 (file)
@@ -31,7 +31,7 @@ jobs:
       - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # tag=v6.0.2
 
       # MSYS2 setup
-      - uses: msys2/setup-msys2@e9898307ac31d1a803454791be09ab9973336e1c # tag=v2.31.1
+      - uses: msys2/setup-msys2@66cd2cce69caa17b53920067426061ca1de3a884 # tag=v2.32.0
         if: matrix.shell == 'msys2'
         with:
           msystem: ${{ matrix.msystem }}