Skip to content

Commit e284c8c

Browse files
authored
Merge pull request #241 from emarsden/dependabot/github_actions/msys2/setup-msys2-2.32.0
Build(deps): bump msys2/setup-msys2 from 2.31.1 to 2.32.0
2 parents eff4650 + df550d9 commit e284c8c

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
@@ -111,7 +111,7 @@ jobs:
111111
# we need in addition to the standard UCRT paths, /c/ProgramData/chocolatey/bin and
112112
# /c/windows/system32.
113113
# See https://github.com/msys2/setup-msys2
114-
- uses: msys2/setup-msys2@v2.31.1
114+
- uses: msys2/setup-msys2@v2.32.0
115115
with:
116116
msystem: UCRT64
117117
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.1
148+
- uses: msys2/setup-msys2@v2.32.0
149149
with:
150150
msystem: UCRT64
151151
update: true

0 commit comments

Comments
 (0)