From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 195D1158041 for ; Fri, 12 Apr 2024 16:30:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F9A3E2A17; Fri, 12 Apr 2024 16:30:00 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 00D32E2A0F for ; Fri, 12 Apr 2024 16:29:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2B0E03431DE for ; Fri, 12 Apr 2024 16:29:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8625316AB for ; Fri, 12 Apr 2024 16:29:57 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1712925456.77206897e75f99a5806ef804a82124ee2bcb2dd9.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: .github/workflows/ X-VCS-Repository: repo/proj/guru X-VCS-Files: .github/workflows/duplicates.yml .github/workflows/emails.yml .github/workflows/pkgcheck.yml X-VCS-Directories: .github/workflows/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 77206897e75f99a5806ef804a82124ee2bcb2dd9 X-VCS-Branch: master Date: Fri, 12 Apr 2024 16:29:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 14043ec7-3a06-48d4-a1b8-e964d8d760dc X-Archives-Hash: 5e35f3b0a90797f11ae51553dbf29c7b commit: 77206897e75f99a5806ef804a82124ee2bcb2dd9 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Fri Apr 12 12:34:28 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Fri Apr 12 12:37:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=77206897 ci: bump actions Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> .github/workflows/duplicates.yml | 2 +- .github/workflows/emails.yml | 6 +++--- .github/workflows/pkgcheck.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/duplicates.yml b/.github/workflows/duplicates.yml index bfefcb9922..d3816a20a0 100644 --- a/.github/workflows/duplicates.yml +++ b/.github/workflows/duplicates.yml @@ -27,7 +27,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Check out repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: dev - name: Setup master gentoo repository diff --git a/.github/workflows/emails.yml b/.github/workflows/emails.yml index bff8c8fecc..6bdef241e2 100644 --- a/.github/workflows/emails.yml +++ b/.github/workflows/emails.yml @@ -13,12 +13,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Setup Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: 3.x - name: Checkout repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: dev fetch-depth: 0 @@ -41,7 +41,7 @@ jobs: - name: Get changed files if: ${{ fromJSON(env.is_commit_valid) }} - uses: tj-actions/changed-files@v37 + uses: tj-actions/changed-files@v44 with: base_sha: ${{ env.last_successful_commit }} write_output_files: true diff --git a/.github/workflows/pkgcheck.yml b/.github/workflows/pkgcheck.yml index 18911e4fe3..a5555afd36 100644 --- a/.github/workflows/pkgcheck.yml +++ b/.github/workflows/pkgcheck.yml @@ -27,7 +27,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Check out repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: dev - name: Run pkgcheck