mirror of
https://github.com/curl/curl.git
synced 2026-07-25 02:47:17 +03:00
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@711d29f3da # 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
This commit is contained in:
parent
7f45bb8f5b
commit
663b156a37
1 changed files with 1 additions and 1 deletions
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
|
|
@ -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:'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue