summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Dirk Best <mail@dirk-best.de>2026-05-17 16:31:40 +0200
committer GitHub <noreply@github.com>2026-05-17 16:31:40 +0200
commitd4dacfe8610b6d1065c2a4e280d3f0c8e7777663 (patch)
tree15bb6a71b05a9ebd06bbd84ffd23fcb363c63918
parent9e72b9e6aff6aa57b11a79a20d82f7ea8b392ed3 (diff)
Update version and pin hash for the msys2 setup action in the Windows CI
-rw-r--r--.github/workflows/ci-windows.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml
index 53aee4da2a6..8d3801a921a 100644
--- a/.github/workflows/ci-windows.yml
+++ b/.github/workflows/ci-windows.yml
@@ -58,7 +58,7 @@ jobs:
run:
shell: msys2 {0}
steps:
- - uses: msys2/setup-msys2@v2
+ - uses: msys2/setup-msys2@e9898307ac31d1a803454791be09ab9973336e1c # v2.31.1
with:
msystem: ${{ matrix.msys }}
install: git make ${{ matrix.slug }}-${{ matrix.cc }} ${{ matrix.slug }}-python ${{ matrix.slug }}-lld ${{ matrix.slug }}-llvm ${{ matrix.slug }}-libc++ ${{ matrix.extrapkg }}