[setup - the official Cygwin setup program] branch master, updated. release_2.926-1-g53dfcd64
Jon Turney via Cygwin-apps-cvs <[email protected]> Fri, 21 Apr 2023 13:06:11 +0000 (GMT)
| Newsgroups | gmane.os.cygwin.cvs.apps |
|---|---|
| Message-ID | <[email protected]> |
https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/setup.git;h=53dfcd642e53729ed1c384992528e02b3ee6fe9f commit 53dfcd642e53729ed1c384992528e02b3ee6fe9f Author: Jon Turney <[email protected]> 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