Skip to content

Commit 065b474

Browse files
build(deps): bump msys2/setup-msys2 from 2.31.1 to 2.32.0 in the minor-and-patch group (#7088)
build(deps): bump msys2/setup-msys2 in the minor-and-patch group Bumps the minor-and-patch 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: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5a7bba8 commit 065b474

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/pr_build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ jobs:
410410
path: .build
411411
key: ${{ runner.os }}-tools-${{ hashFiles('.go-version','Makefile') }}
412412
- name: Install msys2
413-
uses: msys2/setup-msys2@e9898307ac31d1a803454791be09ab9973336e1c # v2.31.1
413+
uses: msys2/setup-msys2@66cd2cce69caa17b53920067426061ca1de3a884 # v2.32.0
414414
with:
415415
msystem: MINGW64
416416
update: true
@@ -495,7 +495,7 @@ jobs:
495495
path: .build
496496
key: ${{ runner.os }}-tools-${{ hashFiles('.go-version','Makefile') }}
497497
- name: Install msys2
498-
uses: msys2/setup-msys2@e9898307ac31d1a803454791be09ab9973336e1c # v2.31.1
498+
uses: msys2/setup-msys2@66cd2cce69caa17b53920067426061ca1de3a884 # v2.32.0
499499
with:
500500
msystem: MINGW64
501501
update: true
@@ -539,7 +539,7 @@ jobs:
539539
path: ~/go/pkg/mod
540540
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
541541
- name: Install msys2
542-
uses: msys2/setup-msys2@e9898307ac31d1a803454791be09ab9973336e1c # v2.31.1
542+
uses: msys2/setup-msys2@66cd2cce69caa17b53920067426061ca1de3a884 # v2.32.0
543543
with:
544544
msystem: MINGW64
545545
update: true
@@ -584,7 +584,7 @@ jobs:
584584
path: .build
585585
key: ${{ runner.os }}-tools-${{ hashFiles('.go-version','Makefile') }}
586586
- name: Install msys2
587-
uses: msys2/setup-msys2@e9898307ac31d1a803454791be09ab9973336e1c # v2.31.1
587+
uses: msys2/setup-msys2@66cd2cce69caa17b53920067426061ca1de3a884 # v2.32.0
588588
with:
589589
msystem: MINGW64
590590
update: true

.github/workflows/release_build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ jobs:
399399
path: .build
400400
key: ${{ runner.os }}-tools-${{ hashFiles('.go-version','Makefile') }}
401401
- name: Install msys2
402-
uses: msys2/setup-msys2@e9898307ac31d1a803454791be09ab9973336e1c # v2.31.1
402+
uses: msys2/setup-msys2@66cd2cce69caa17b53920067426061ca1de3a884 # v2.32.0
403403
with:
404404
msystem: MINGW64
405405
update: true
@@ -468,7 +468,7 @@ jobs:
468468
path: .build
469469
key: ${{ runner.os }}-tools-${{ hashFiles('.go-version','Makefile') }}
470470
- name: Install msys2
471-
uses: msys2/setup-msys2@e9898307ac31d1a803454791be09ab9973336e1c # v2.31.1
471+
uses: msys2/setup-msys2@66cd2cce69caa17b53920067426061ca1de3a884 # v2.32.0
472472
with:
473473
msystem: MINGW64
474474
update: true
@@ -505,7 +505,7 @@ jobs:
505505
path: ~/go/pkg/mod
506506
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
507507
- name: Install msys2
508-
uses: msys2/setup-msys2@e9898307ac31d1a803454791be09ab9973336e1c # v2.31.1
508+
uses: msys2/setup-msys2@66cd2cce69caa17b53920067426061ca1de3a884 # v2.32.0
509509
with:
510510
msystem: MINGW64
511511
update: true
@@ -543,7 +543,7 @@ jobs:
543543
path: .build
544544
key: ${{ runner.os }}-tools-${{ hashFiles('.go-version','Makefile') }}
545545
- name: Install msys2
546-
uses: msys2/setup-msys2@e9898307ac31d1a803454791be09ab9973336e1c # v2.31.1
546+
uses: msys2/setup-msys2@66cd2cce69caa17b53920067426061ca1de3a884 # v2.32.0
547547
with:
548548
msystem: MINGW64
549549
update: true

0 commit comments

Comments
 (0)