From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 09:50:39 +0000 (+0000) Subject: Dependabot update X-Git-Tag: 3.6-PRE-CLANG-FORMAT-WEBKIT~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ab2af2a3e44af6d0db3f4ebd6b19a7c47636422;p=thirdparty%2Fopenssl.git Dependabot update CLA: trivial (deps): Bump cygwin/cygwin-install-action Bumps [cygwin/cygwin-install-action](https://github.com/cygwin/cygwin-install-action) from 5 to 6. - [Release notes](https://github.com/cygwin/cygwin-install-action/releases) - [Commits](https://github.com/cygwin/cygwin-install-action/compare/f61179d72284ceddc397ed07ddb444d82bf9e559...f2009323764960f80959895c7bc3bb30210afe4d) --- updated-dependencies: - dependency-name: cygwin/cygwin-install-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Reviewed-by: Saša Nedvědický Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/29097) (cherry picked from commit 87afb84c39fe64a346632869966218ec394ec4a4) --- diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 89e53017f3e..dd03796f2d0 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -198,7 +198,7 @@ jobs: steps: # Checkout before cygwin can mess with PATH... - uses: actions/checkout@v4 - - uses: cygwin/cygwin-install-action@f61179d72284ceddc397ed07ddb444d82bf9e559 #v5 + - uses: cygwin/cygwin-install-action@f2009323764960f80959895c7bc3bb30210afe4d #v6 with: packages: perl git make gcc-core - name: Check repo