From 77206897e75f99a5806ef804a82124ee2bcb2dd9 Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Fri, 12 Apr 2024 17:34:28 +0500 Subject: ci: bump actions Signed-off-by: Anna (cybertailor) Vyalkova --- .github/workflows/duplicates.yml | 2 +- .github/workflows/emails.yml | 6 +++--- .github/workflows/pkgcheck.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/duplicates.yml b/.github/workflows/duplicates.yml index bfefcb992..d3816a20a 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 bff8c8fec..6bdef241e 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 18911e4fe..a5555afd3 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 -- cgit v1.2.3-65-gdbad