From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 14:27:53 +0000 (+0000) Subject: GHA/windows: bump msys2/setup-msys2 from 2.24.0 to 2.24.1 X-Git-Tag: curl-8_10_0~371 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e64e62cc7db53936ea6f7452ad09941770d2b104;p=thirdparty%2Fcurl.git GHA/windows: bump msys2/setup-msys2 from 2.24.0 to 2.24.1 Bumps [msys2/setup-msys2](https://github.com/msys2/setup-msys2) from 2.24.0 to 2.24.1. - [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/5df0ca6cbf14efcd08f8d5bd5e049a3cc8e07fd2...ddf331adaebd714795f1042345e6ca57bd66cea8) --- updated-dependencies: - dependency-name: msys2/setup-msys2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Closes #14396 --- diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 916332f8b0..2bfda6fa95 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -63,13 +63,13 @@ jobs: - run: git config --global core.autocrlf input shell: pwsh - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - - uses: msys2/setup-msys2@5df0ca6cbf14efcd08f8d5bd5e049a3cc8e07fd2 # v2 + - uses: msys2/setup-msys2@ddf331adaebd714795f1042345e6ca57bd66cea8 # v2 if: ${{ matrix.sys == 'msys' }} with: msystem: ${{ matrix.sys }} # https://packages.msys2.org/search install: gcc ${{ matrix.build }} make openssl-devel zlib-devel brotli-devel libnghttp2-devel libpsl-devel libssh2-devel - - uses: msys2/setup-msys2@5df0ca6cbf14efcd08f8d5bd5e049a3cc8e07fd2 # v2 + - uses: msys2/setup-msys2@ddf331adaebd714795f1042345e6ca57bd66cea8 # v2 if: ${{ matrix.sys != 'msys' }} with: msystem: ${{ matrix.sys }}