This is an automated email from the ASF dual-hosted git repository.
olabusayoT pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil.git
The following commit(s) were added to refs/heads/main by this push:
new 1c1f73d0b Bump msys2/setup-msys2 from 2.31.1 to 2.32.0
1c1f73d0b is described below
commit 1c1f73d0bb119978f0b47dd02d611bd2495295e7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jun 18 19:52:10 2026 +0000
Bump msys2/setup-msys2 from 2.31.1 to 2.32.0
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] <[email protected]>
---
.github/workflows/main.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index b9cc61497..6a0256e46 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -129,7 +129,7 @@ jobs:
- name: Install Dependencies (Windows)
if: runner.os == 'Windows'
- uses: msys2/setup-msys2@e9898307ac31d1a803454791be09ab9973336e1c #
v2.31.1
+ uses: msys2/setup-msys2@66cd2cce69caa17b53920067426061ca1de3a884 #
v2.32.0
with:
install: clang diffutils make pkgconf
path-type: inherit