Place to host all reusable workflows.
Find a file
Renovate Bot 92a66d7817
Some checks failed
Docker CI / Verify docker configuration (push) Failing after 17s
Deploy a self-hosted service with Docker / Deploy (push) Has been cancelled
Update actions/checkout action to v5 (#22)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://github.com/actions/checkout) | action | major | `v4` -> `v5` |

---

### Release Notes

<details>
<summary>actions/checkout (actions/checkout)</summary>

### [`v5`](https://github.com/actions/checkout/compare/v4...v5)

[Compare Source](https://github.com/actions/checkout/compare/v4...v5)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTkuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIxOS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: 2franix <2franix@noreply.code.defx.fr>
Reviewed-on: #22
Co-authored-by: Renovate Bot <renovate-bot@defx.fr>
Co-committed-by: Renovate Bot <renovate-bot@defx.fr>
2025-10-04 19:11:20 +02:00
.forgejo/workflows Update actions/checkout action to v5 (#22) 2025-10-04 19:11:20 +02:00
.gitignore Initial commit 2024-06-25 21:40:59 +02:00
.yamllint Rename yamllint conf file (#2) 2024-06-25 22:54:32 +02:00
README.md Explain why this repo is public (#3) 2024-06-25 23:01:55 +02:00
renovate.json Fix renovate config (#14) 2024-12-15 18:03:32 +01:00

Common workflows

Repository dedicated -and limited- to reusable workflows. It has to be public, so do not expose anything sensitive here.

Notes on how to reuse workflows in this repo

As of writing, Gitea only supports reusing workflows from public repositories. See this Gitea issue.

Cloning this repo before to run it as a local workflow is not an option either: calling a workflow is done at the job level, so there is no way to perform a clone before that (or that would be in another job but jobs are isolated).

Therefore, the best option for now is to make this repo public (and so the org).