From 4c20eb71083268c20f1018145e0de1dff18d5878 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 15:50:58 +0000 Subject: [PATCH] GHA/windows: bump cygwin/cygwin-install-action to https://github.com/cygwin/cygwin-install-action/commit/f2009323764960f80959895c7bc3bb30210afe4d Closes #17118 --- .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 5a738fd5a8..53f33fca4b 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -55,7 +55,7 @@ jobs: steps: - run: git config --global core.autocrlf input shell: pwsh - - uses: cygwin/cygwin-install-action@e67b1f4a359a621ee71cc8f0a96d3b8be1c9a218 # v5 + - uses: cygwin/cygwin-install-action@f2009323764960f80959895c7bc3bb30210afe4d # v5 with: platform: ${{ matrix.platform }} site: https://mirrors.kernel.org/sourceware/cygwin/ -- 2.47.3