From 24b31322526b67d57503aa8219a3d0ec30d6d841 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 6 Sep 2025 22:12:57 -0400 Subject: [PATCH] chore(deps): update https://code.forgejo.org/actions/checkout action to v5 (#217) 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 | |---|---|---|---| | [https://code.forgejo.org/actions/checkout](https://code.forgejo.org/actions/checkout) | action | major | `v4` -> `v5` | --- ### Release Notes
actions/checkout (https://code.forgejo.org/actions/checkout) ### [`v5`](https://code.forgejo.org/actions/checkout/compare/v4...v5) [Compare Source](https://code.forgejo.org/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 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.nadeko.net/Fijxu/invidious/pulls/217 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- .forgejo/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 790b1230..24da9fe6 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: runs-on: runner steps: - - uses: https://code.forgejo.org/actions/checkout@v4 + - uses: https://code.forgejo.org/actions/checkout@v5 - uses: https://code.forgejo.org/docker/setup-buildx-action@v3 name: Setup Docker BuildX system