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