1 Commits

Author SHA1 Message Date
9cf9b21593 infra: actions: cache git repo
Some checks failed
Gentoo Utils / build (push) Has been cancelled
Gentoo Utils / test (push) Has been cancelled
Gentoo Utils / check-format (push) Has been cancelled
Gentoo Utils / docs (push) Has been cancelled
Gentoo Utils / build-oci-image (push) Has been cancelled
2025-12-12 19:03:52 -06:00

View File

@@ -8,7 +8,7 @@ jobs:
continue-on-error: true
steps:
- name: Restore git cache
uses: actions/cache@v5
uses: actions/cache@v4
with:
path: .git
key: gitea-repo-${{ gitea.repository }}-${{ gitea.ref }}