commit: 77206897e75f99a5806ef804a82124ee2bcb2dd9
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Fri Apr 12 12:34:28 2024 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
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 <cyber+gentoo <AT> 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