From bfa57c872f093518f5b430bed3d2a60d0b254121 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 10 Nov 2025 22:45:54 +0000 Subject: [PATCH] Update actions/checkout action to v5 (#54) 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` -> `v5` | --- ### Release Notes
actions/checkout (actions/checkout) ### [`v5`](https://github.com/actions/checkout/compare/v4...v5) [Compare Source](https://github.com/actions/checkout/compare/v4...v5)
--- ### 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/54 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 5fb9780..2b1c91e 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@v4 + uses: actions/checkout@v5 - name: Login to Registry uses: docker/login-action@v3 diff --git a/.gitea/workflows/renovate.yaml b/.gitea/workflows/renovate.yaml index 9dd0f3c..cbd2859 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@v4 + uses: actions/checkout@v5 - name: Renovate run: renovate diff --git a/.gitea/workflows/test-build.yaml b/.gitea/workflows/test-build.yaml index a2dbfd4..93b82b6 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@v4 + uses: actions/checkout@v5 - name: Set up pnpm uses: pnpm/action-setup@v4