[setup - the official Cygwin setup program] branch master, updated. release_2.926-1-g53dfcd64
Jon Turney
jturney@sourceware.org
Fri Apr 21 13:06:11 GMT 2023
https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/setup.git;h=53dfcd642e53729ed1c384992528e02b3ee6fe9f
commit 53dfcd642e53729ed1c384992528e02b3ee6fe9f
Author: Jon Turney <jon.turney@dronecode.org.uk>
Date: Fri Apr 14 16:43:58 2023 +0100
CI: Update github action to avoid deprecation warning
Diff:
---
.github/workflows/fedora.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/fedora.yml b/.github/workflows/fedora.yml
index 2bd76e57..a141b5ce 100644
--- a/.github/workflows/fedora.yml
+++ b/.github/workflows/fedora.yml
@@ -13,7 +13,7 @@ jobs:
run: dnf install -y git
# fetch all history for all tags for 'git describe'
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
with:
fetch-depth: 0
More information about the Cygwin-apps-cvs
mailing list