From 4905840b61d5030f0c48156aec11ea7688506735 Mon Sep 17 00:00:00 2001 From: Lukas Greve Date: Sun, 16 Nov 2025 20:17:09 +0000 Subject: [PATCH] Update .gitea/workflows/fedora-checkout.yml --- .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 60c9818..ca32859 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@v5 + - uses: https://git.phyllo.me/actions/checkout@v4 with: fetch-depth: 0 \ No newline at end of file