From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2201) id 29DDD3858C83; Fri, 21 Apr 2023 13:06:11 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 29DDD3858C83 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1682082371; bh=m1n96zq1BrBmpxGJVkizBTyXptrUQsnmhyzpieX16+U=; h=To:Subject:Date:From:From; b=CltH9jIhqCEiVOqKq+UIcMt7aGxPeA9t1g6kkxLiTmAJAj+/q48FWRr04ZDkmhTsx n2baXfzc5mSyMIeo1B54Wgjykz5IlMxW8zoM2DZ0UC0iUA5Q6SG0HVeCr09e1wTPcJ fQG5hyoLGi/dkhSE2cW6LNNBxrzm1+9k/1OJ83yM= To: cygwin-apps-cvs@sourceware.org Subject: [setup - the official Cygwin setup program] branch master, updated. release_2.926-1-g53dfcd64 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 00c4ebfd82d0f5e374a40b4a5710e4241699cd00 X-Git-Newrev: 53dfcd642e53729ed1c384992528e02b3ee6fe9f Message-Id: <20230421130611.29DDD3858C83@sourceware.org> Date: Fri, 21 Apr 2023 13:06:11 +0000 (GMT) From: Jon Turney List-Id: https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/setup.git;h=53dfcd642e53729ed1c384992528e02b3ee6fe9f commit 53dfcd642e53729ed1c384992528e02b3ee6fe9f Author: Jon Turney 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