Skip to content

Commit 637c1f8

Browse files
Build(deps): bump msys2/setup-msys2 from 2.31.0 to 2.31.1
Bumps [msys2/setup-msys2](https://github.com/msys2/setup-msys2) from 2.31.0 to 2.31.1. - [Release notes](https://github.com/msys2/setup-msys2/releases) - [Changelog](https://github.com/msys2/setup-msys2/blob/main/CHANGELOG.md) - [Commits](msys2/setup-msys2@v2.31.0...v2.31.1) --- updated-dependencies: - dependency-name: msys2/setup-msys2 dependency-version: 2.31.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 50639d1 commit 637c1f8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
# we need in addition to the standard UCRT paths, /c/ProgramData/chocolatey/bin and
114114
# /c/windows/system32.
115115
# See https://github.com/msys2/setup-msys2
116-
- uses: msys2/setup-msys2@v2.31.0
116+
- uses: msys2/setup-msys2@v2.31.1
117117
with:
118118
msystem: UCRT64
119119
update: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145

146146
# We need path-type of inherit to include the protoc compiler on the $PATH.
147147
# See https://github.com/msys2/setup-msys2
148-
- uses: msys2/setup-msys2@v2.31.0
148+
- uses: msys2/setup-msys2@v2.31.1
149149
with:
150150
msystem: UCRT64
151151
update: true

0 commit comments

Comments
 (0)