Skip to content

Commit 455a388

Browse files
Build(deps): bump msys2/setup-msys2 from 2 to 2.31.0
Bumps [msys2/setup-msys2](https://github.com/msys2/setup-msys2) from 2 to 2.31.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@v2...v2.31.0) --- updated-dependencies: - dependency-name: msys2/setup-msys2 dependency-version: 2.31.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6cb6286 commit 455a388

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
116+
- uses: msys2/setup-msys2@v2.31.0
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
148+
- uses: msys2/setup-msys2@v2.31.0
149149
with:
150150
msystem: UCRT64
151151
update: true

0 commit comments

Comments
 (0)