]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Bump msys2/setup-msys2 from 2.29.0 to 2.30.0 4550/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 15 Dec 2025 05:04:44 +0000 (05:04 +0000)
committerGitHub <noreply@github.com>
Mon, 15 Dec 2025 05:04:44 +0000 (05:04 +0000)
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>
.github/workflows/dev-long-tests.yml
.github/workflows/dev-short-tests.yml
.github/workflows/windows-artifacts.yml

index 56d42f503d8a740c52ff9f99a8f3588af1cd3903..ae9f5534e470d5f30b641cd7014efbee255ffce0 100644 (file)
@@ -274,7 +274,7 @@ jobs:
         shell: msys2 {0}
     steps:
     - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # tag=v6.0.1
-    - uses: msys2/setup-msys2@fb197b72ce45fb24f17bf3f807a388985654d1f2 # tag=v2.29.0
+    - uses: msys2/setup-msys2@4f806de0a5a7294ffabaff804b38a9b435a73bda # tag=v2.30.0
       with:
         msystem: MINGW64
         install: make
index e5e8d233f652800c9b47c6ac00669bc666b3c7f4..33f7f3d67d910daf094ae5126e2d5147326be32f 100644 (file)
@@ -487,7 +487,7 @@ jobs:
         shell: msys2 {0}
     steps:
     - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # tag=v6.0.1
-    - uses: msys2/setup-msys2@fb197b72ce45fb24f17bf3f807a388985654d1f2 # tag=v2.29.0
+    - uses: msys2/setup-msys2@4f806de0a5a7294ffabaff804b38a9b435a73bda # tag=v2.30.0
       with:
         msystem: ${{ matrix.msystem }}
         install: make diffutils
index 5f42b05cf4d313ddc1d7ae1d5ad306b0d8d47faf..834b834ace48d897f657fe8040a9893d746466f2 100644 (file)
@@ -31,7 +31,7 @@ jobs:
       - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # tag=v6.0.1
 
       # MSYS2 setup
-      - uses: msys2/setup-msys2@fb197b72ce45fb24f17bf3f807a388985654d1f2 # tag=v2.29.0
+      - uses: msys2/setup-msys2@4f806de0a5a7294ffabaff804b38a9b435a73bda # tag=v2.30.0
         if: matrix.shell == 'msys2'
         with:
           msystem: ${{ matrix.msystem }}