From bd65fd540370f39a7e7d16aeab34c48ebd41dffb Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 19 Jan 2026 21:22:12 +0100 Subject: [PATCH] chore(deps): update https://git.konstantinfickel.de/actions/checkout action to v6 (#22) 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://git.konstantinfickel.de/actions/checkout](https://git.konstantinfickel.de/actions/checkout) | action | major | `v4` → `v6` | --- ### Release Notes
actions/checkout (https://git.konstantinfickel.de/actions/checkout) ### [`v6`](https://git.konstantinfickel.de/actions/checkout/blob/HEAD/CHANGELOG.md#v602) [Compare Source](https://git.konstantinfickel.de/actions/checkout/compare/v5...v6) - Fix tag handling: preserve annotations and explicit fetch-tags by [@​ericsciple](https://github.com/ericsciple) in [#​2356](https://github.com/actions/checkout/pull/2356) ### [`v5`](https://git.konstantinfickel.de/actions/checkout/blob/HEAD/CHANGELOG.md#v501) [Compare Source](https://git.konstantinfickel.de/actions/checkout/compare/v4...v5) - Port v6 cleanup to v5 by [@​ericsciple](https://github.com/ericsciple) in [#​2301](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). Co-authored-by: kfickel Reviewed-on: https://git.konstantinfickel.de/kfickel/streamer/pulls/22 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 d98451c..92092a6 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Check out Repository - uses: https://git.konstantinfickel.de/actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + uses: https://git.konstantinfickel.de/actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - run: nix --version - run: nix flake check