Skip to content

Commit 7051e65

Browse files
authored
Merge pull request #220 from emarsden/dependabot/github_actions/msys2/setup-msys2-2.31.0
Build(deps): bump msys2/setup-msys2 from 2 to 2.31.0
2 parents 6cb6286 + 455a388 commit 7051e65

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)