checkout/POPILNUS_MIRROR.md

20 lines
672 B
Markdown
Raw Normal View History

# Mirrored action
This repository is a mirror, not upstream. Do not edit it here.
| | |
|---|---|
| Upstream | https://github.com/actions/checkout |
| Ref | v4 |
| Commit | 11d5960a326750d5838078e36cf38b85af677262 |
| Mirrored | 2026-09-20T17:31:55Z |
| Mirrored by | deploy/mirror-actions.sh |
Re-verify before bumping the tag:
git clone --depth 1 --branch v4 https://github.com/actions/checkout.git
git -C checkout rev-parse HEAD # must equal 11d5960a326750d5838078e36cf38b85af677262
Our CI resolves `uses: actions/checkout@v4` here because Forgejo is configured with
`DEFAULT_ACTIONS_URL=self`. See docs/adr/0004-self-hosted-forgejo-and-sovereign-ci.md.