From 836bfb93c4fca7132885b727849315ec19cedfc8 Mon Sep 17 00:00:00 2001 From: Jon Turney Date: Mon, 6 Jan 2025 11:09:58 +0000 Subject: CI: Use a tagged version of cygwin-install-action Use a tagged version of cygwin-install-action, rather than whatever happens to be master at the moment. This should help isolate meson CI from random breakage there. --- .github/workflows/cygwin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/cygwin.yml b/.github/workflows/cygwin.yml index d819f802f..441637c15 100644 --- a/.github/workflows/cygwin.yml +++ b/.github/workflows/cygwin.yml @@ -53,7 +53,7 @@ jobs: - uses: actions/checkout@v4 - - uses: cygwin/cygwin-install-action@master + - uses: cygwin/cygwin-install-action@v5 with: platform: ${{ matrix.ARCH }} packages: | -- cgit v1.2.3