From 0367629b0d48ca8da2f4942513e4240e106f41dd Mon Sep 17 00:00:00 2001 From: Lukas Greve Date: Sun, 16 Nov 2025 20:16:01 +0000 Subject: [PATCH] Update .gitea/workflows/fedora-checkout.yml move to checkout5 --- .gitea/workflows/fedora-checkout.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/fedora-checkout.yml b/.gitea/workflows/fedora-checkout.yml index 1c27f6f..60c9818 100644 --- a/.gitea/workflows/fedora-checkout.yml +++ b/.gitea/workflows/fedora-checkout.yml @@ -10,6 +10,6 @@ jobs: runs-on: fedora-cloud-42 # container: git.phyllo.me/roots/fedora-runner-image:42 steps: - - uses: checkout@v6 + - uses: checkout@v5 with: fetch-depth: 0 \ No newline at end of file