From 89b56e5370ed340de208ee8f744ae086686c965e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 22 Nov 2025 20:54:14 +0000 Subject: [PATCH] Update actions/checkout action to v6 (#90) 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 | `v5` -> `v6` | --- ### Release Notes
actions/checkout (actions/checkout) ### [`v6`](https://github.com/actions/checkout/compare/v5...v6) [Compare Source](https://github.com/actions/checkout/compare/v5...v6)
--- ### 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 is behind base branch, 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://gitea.alexlebens.dev/alexlebens/site-documentation/pulls/90 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- .gitea/workflows/release-image.yml | 2 +- .gitea/workflows/renovate.yaml | 2 +- .gitea/workflows/test-build.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/release-image.yml b/.gitea/workflows/release-image.yml index a0833bd..553ef4b 100644 --- a/.gitea/workflows/release-image.yml +++ b/.gitea/workflows/release-image.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-js steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Login to Registry uses: docker/login-action@v3 diff --git a/.gitea/workflows/renovate.yaml b/.gitea/workflows/renovate.yaml index cbd2859..e4b844e 100644 --- a/.gitea/workflows/renovate.yaml +++ b/.gitea/workflows/renovate.yaml @@ -16,7 +16,7 @@ jobs: container: ghcr.io/renovatebot/renovate:42 steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Renovate run: renovate diff --git a/.gitea/workflows/test-build.yaml b/.gitea/workflows/test-build.yaml index 57ce16f..09f366d 100644 --- a/.gitea/workflows/test-build.yaml +++ b/.gitea/workflows/test-build.yaml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-js steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Set up pnpm uses: pnpm/action-setup@v4