From 663b156a37943866ff6ffc98ce62bb9ae5a40789 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 11 Jun 2026 17:41:21 +0200 Subject: [PATCH] GHA/windows: bump Cygwin Action and adjust version number It seems the commit hash behind the v6.1 tag is changing, and the latest version is actually v6.0.2, which is currently mapped to the v6.1 hash. Fixing: ``` warning[ref-version-mismatch]: action's hash pin has mismatched or missing version comment --> .github/workflows/windows.yml:98:87 | 98 | - uses: cygwin/cygwin-install-action@711d29f3da23c9f4a1798e369a6f01198c13b11a # v6.1 | --------------------------------------------------------------------------- ^^^^ points to commit 3f0a3f9f988f | | | is pointed to by tag v6.0.1 ``` Ref: https://github.com/cygwin/cygwin-install-action/issues/59 Closes #21974 --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 7575386144..2d4dc5540e 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -95,7 +95,7 @@ jobs: install: 'libssl-devel libssh2-devel' } fail-fast: false steps: - - uses: cygwin/cygwin-install-action@711d29f3da23c9f4a1798e369a6f01198c13b11a # v6.1 + - uses: cygwin/cygwin-install-action@3f0a3f9f988f7e96b8c18098ae05eaec175f5b52 # v6.0.2 with: platform: ${{ matrix.platform }} work-vol: 'D:'