From 3ec211200acf0e653055880dd1b0581ba06e38d0 Mon Sep 17 00:00:00 2001 From: Will Cosgrove Date: Wed, 18 Feb 2026 10:48:27 -0800 Subject: [PATCH] Update Cygwin action version in CI workflow Attempting to fix linter validation error. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0dcef658bb..0e14904389 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -655,7 +655,7 @@ jobs: - { build: 'autotools', platform: 'x86_64', compiler: 'gcc' } - { build: 'cmake' , platform: 'x86_64', compiler: 'gcc' } steps: - - uses: cygwin/cygwin-install-action@f2009323764960f80959895c7bc3bb30210afe4d # v6 + - uses: cygwin/cygwin-install-action@f2009323764960f80959895c7bc3bb30210afe4d # v6.0 with: platform: ${{ matrix.platform }} packages: ${{ matrix.build == 'autotools' && 'autoconf automake libtool make' || 'cmake ninja' }} gcc-core gcc-g++ binutils libssl-devel zlib-devel