Skip to content

Commit a3fb241

Browse files
committed
ci: update msys2 action
Signed-off-by: Felipe Zipitria <felipe.zipitria@owasp.org>
1 parent a4a5a5b commit a3fb241

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-ci-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
echo "APACHE_ROOT=C:\tools\Apache24" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
3838
3939
- name: Setup MSYS2
40-
uses: msys2/setup-msys2@fb197b72ce45fb24f17bf3f807a388985654d1f2
40+
uses: msys2/setup-msys2@4f806de0a5a7294ffabaff804b38a9b435a73bda #v2.30.0
4141
with:
4242
msystem: ${{ matrix.arch == 'x86' && 'MINGW32' || 'UCRT64' }}
4343
update: true

0 commit comments

Comments
 (0)