Skip to content

Commit 70b69b1

Browse files
ci: bump msys2/setup-msys2 in the github-actions group
Bumps the github-actions group with 1 update: [msys2/setup-msys2](https://github.com/msys2/setup-msys2). Updates `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](msys2/setup-msys2@e989830...66cd2cc) --- updated-dependencies: - dependency-name: msys2/setup-msys2 dependency-version: 2.32.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 286a0c6 commit 70b69b1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ jobs:
612612
# -------------------------------------------------
613613
- name: Setup MSYS2 for Win32
614614
if: matrix.platform == 'Win32'
615-
uses: msys2/setup-msys2@e9898307ac31d1a803454791be09ab9973336e1c # v2
615+
uses: msys2/setup-msys2@66cd2cce69caa17b53920067426061ca1de3a884 # v2
616616
with:
617617
msystem: ${{matrix.sys}}
618618
update: true
@@ -624,7 +624,7 @@ jobs:
624624
# -------------------------------------------------
625625
- name: Setup MSYS2 for Win64
626626
if: matrix.platform == 'Win64'
627-
uses: msys2/setup-msys2@e9898307ac31d1a803454791be09ab9973336e1c # v2
627+
uses: msys2/setup-msys2@66cd2cce69caa17b53920067426061ca1de3a884 # v2
628628
with:
629629
msystem: ${{matrix.sys}}
630630
update: true

0 commit comments

Comments
 (0)