diff options
author | Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> | 2024-04-12 17:34:28 +0500 |
---|---|---|
committer | Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> | 2024-04-12 17:37:36 +0500 |
commit | 77206897e75f99a5806ef804a82124ee2bcb2dd9 (patch) | |
tree | a6088d9d8bac7c78621e21c1933782460faa52ea /.github/workflows | |
parent | dev-python/pypandoc: Add explanations on tests (diff) | |
download | guru-77206897e75f99a5806ef804a82124ee2bcb2dd9.tar.gz guru-77206897e75f99a5806ef804a82124ee2bcb2dd9.tar.bz2 guru-77206897e75f99a5806ef804a82124ee2bcb2dd9.zip |
ci: bump actions
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/duplicates.yml | 2 | ||||
-rw-r--r-- | .github/workflows/emails.yml | 6 | ||||
-rw-r--r-- | .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 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 |