Skip to content

Commit d6bc255

Browse files
wesmclaude
andcommitted
Fix setup-msys2 pin to valid commit SHA (v2.30.0)
The previous SHA was invalid, causing "Set up job" to fail immediately. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 9b5dd2b commit d6bc255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

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

168168
- name: Set up MinGW
169169
id: msys2
170-
uses: msys2/setup-msys2@d40200dc2f5f4942b8ceff329b5499042d157699 # v2
170+
uses: msys2/setup-msys2@4f806de0a5a7294ffabaff804b38a9b435a73bda # v2.30.0
171171
with:
172172
msystem: MINGW64
173173
install: mingw-w64-x86_64-gcc

0 commit comments

Comments
 (0)