From adc14c14e0fe649c8ab2c023950a4e5e186bc2cb Mon Sep 17 00:00:00 2001 From: APF Portal Bot Date: Tue, 5 May 2026 23:25:10 +0200 Subject: [PATCH] chore(deps): update actions/checkout action to v6 (#26) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://github.com/actions/checkout) | action | major | `v4` -> `v6` | --- ### Release Notes
actions/checkout (actions/checkout) ### [`v6`](https://github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v602) [Compare Source](https://github.com/actions/checkout/compare/v5...v6) - Fix tag handling: preserve annotations and explicit fetch-tags by [@​ericsciple](https://github.com/ericsciple) in https://github.com/actions/checkout/pull/2356 ### [`v5`](https://github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v501) [Compare Source](https://github.com/actions/checkout/compare/v4...v5) - Port v6 cleanup to v5 by [@​ericsciple](https://github.com/ericsciple) in https://github.com/actions/checkout/pull/2301
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://git.unespace.com/julien/apf_portal/pulls/26 Co-authored-by: APF Portal Bot Co-committed-by: APF Portal Bot --- .gitea/workflows/ci.yml | 10 +++++----- .gitea/workflows/security-scheduled.yml | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 2b69f2f..d44fb47 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: check: runs-on: [self-hosted, on-prem] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0 # Derive NX_BASE / NX_HEAD for `nx affected`. Replaces @@ -56,7 +56,7 @@ jobs: scan: runs-on: [self-hosted, on-prem] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: pnpm/action-setup@v3 - uses: actions/setup-node@v4 with: @@ -85,7 +85,7 @@ jobs: if: github.event_name == 'pull_request' && github.event.pull_request.user.login != 'apf-portal-bot' runs-on: [self-hosted, on-prem] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0 - uses: pnpm/action-setup@v3 @@ -111,7 +111,7 @@ jobs: container: image: catthehacker/ubuntu:full-22.04 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: pnpm/action-setup@v3 - uses: actions/setup-node@v4 with: @@ -128,7 +128,7 @@ jobs: a11y: runs-on: [self-hosted, on-prem] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: pnpm/action-setup@v3 - uses: actions/setup-node@v4 with: diff --git a/.gitea/workflows/security-scheduled.yml b/.gitea/workflows/security-scheduled.yml index 7790c8c..5bd1156 100644 --- a/.gitea/workflows/security-scheduled.yml +++ b/.gitea/workflows/security-scheduled.yml @@ -15,7 +15,7 @@ jobs: full-tree-scan: runs-on: [self-hosted, on-prem] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: pnpm/action-setup@v3 - uses: actions/setup-node@v4 with: @@ -39,7 +39,7 @@ jobs: if: vars.LHCI_PROD_URL != '' runs-on: [self-hosted, on-prem] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: pnpm/action-setup@v3 - uses: actions/setup-node@v4 with: