Skip to content

Commit 9ba3952

Browse files
authored
Merge pull request #224 from emarsden/dependabot/github_actions/msys2/setup-msys2-2.31.1
Build(deps): bump msys2/setup-msys2 from 2.31.0 to 2.31.1
2 parents 1d4d766 + 637c1f8 commit 9ba3952

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)