]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Bump msys2/setup-msys2 from 2.30.0 to 2.31.0 4635/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 1 Apr 2026 05:50:38 +0000 (05:50 +0000)
committerGitHub <noreply@github.com>
Wed, 1 Apr 2026 05:50:38 +0000 (05:50 +0000)
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>
.github/workflows/dev-long-tests.yml
.github/workflows/dev-short-tests.yml
.github/workflows/windows-artifacts.yml

index f72a99729b62749c891244a9a9885875ffcebe05..447a865c57391ab706fe9062a31b2544a1377e92 100644 (file)
@@ -274,7 +274,7 @@ jobs:
         shell: msys2 {0}
     steps:
     - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # tag=v6.0.2
-    - uses: msys2/setup-msys2@4f806de0a5a7294ffabaff804b38a9b435a73bda # tag=v2.30.0
+    - uses: msys2/setup-msys2@cafece8e6baf9247cf9b1bf95097b0b983cc558d # tag=v2.31.0
       with:
         msystem: MINGW64
         install: make
index aef73157e481efc8efeba3b2c598014f8165f6b8..13f929b20b5f3df6ccab094378f9e093bf32d304 100644 (file)
@@ -487,7 +487,7 @@ jobs:
         shell: msys2 {0}
     steps:
     - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # tag=v6.0.2
-    - uses: msys2/setup-msys2@4f806de0a5a7294ffabaff804b38a9b435a73bda # tag=v2.30.0
+    - uses: msys2/setup-msys2@cafece8e6baf9247cf9b1bf95097b0b983cc558d # tag=v2.31.0
       with:
         msystem: ${{ matrix.msystem }}
         install: make diffutils
index 401441d12c269f5cd74659b1aa6cf2498eef98c9..cb659e5fbe7885f43ac4c6a3dac44e01c9af0f0a 100644 (file)
@@ -31,7 +31,7 @@ jobs:
       - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # tag=v6.0.2
 
       # MSYS2 setup
-      - uses: msys2/setup-msys2@4f806de0a5a7294ffabaff804b38a9b435a73bda # tag=v2.30.0
+      - uses: msys2/setup-msys2@cafece8e6baf9247cf9b1bf95097b0b983cc558d # tag=v2.31.0
         if: matrix.shell == 'msys2'
         with:
           msystem: ${{ matrix.msystem }}