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-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d73e04265c431ffc86100af595950fa6469a8a1;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 9172234e980..ab33b89e4ff 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -167,7 +167,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