end-to-end/actions
Renovate Bot 22004ebe73
Update code.forgejo.org/oci/debian Docker tag to v13 (#1070)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| code.forgejo.org/oci/debian | container | major | `bookworm` -> `trixie` |
| code.forgejo.org/oci/debian | service | major | `bookworm` -> `trixie` |

---

### Configuration

📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC), Automerge - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC).

🚦 **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 these updates 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMjIuMyIsInVwZGF0ZWRJblZlciI6IjQxLjEyMi4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Reviewed-on: https://code.forgejo.org/forgejo/end-to-end/pulls/1070
Reviewed-by: earl-warren <earl-warren@noreply.code.forgejo.org>
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
2025-10-18 06:11:46 +00:00
..
example-artifacts/.forgejo/workflows Revert "actions: workaround for possible 404 transient bug on artifacts" 2024-04-05 05:24:04 +02:00
example-artifacts-v4/.forgejo/workflows chore: s/code.forgejo.org/data.forgejo.org/ for actions 2025-03-22 16:07:29 +01:00
example-automerge shfmt -w globally 2024-08-07 08:31:33 +02:00
example-cache actions: cache: use separate jobs for restore and save 2025-03-26 15:35:59 +00:00
example-cache-proxy chore: s/code.forgejo.org/data.forgejo.org/ for actions 2025-03-22 16:07:29 +01:00
example-checkout/.forgejo/workflows Fogejo Actions tests 2023-10-29 00:03:57 +02:00
example-config-options actions: config-options: mount read-only (#718) 2025-07-02 10:54:26 +00:00
example-container/.forgejo/workflows fix: use code.forgejo.org instead of docker.io 2025-01-13 05:30:48 +01:00
example-context actions: context: verify RUNNER_TOOL_CACHE exists (#968) 2025-08-29 13:51:34 +00:00
example-cron Update code.forgejo.org/oci/debian Docker tag to v13 (#1070) 2025-10-18 06:11:46 +00:00
example-docker-action/.forgejo/workflows fix: actions: forgejo/test-setup-forgejo-docker is on code.forgejo.org (#1006) 2025-09-07 21:55:46 +00:00
example-echo/.forgejo/workflows Fogejo Actions tests 2023-10-29 00:03:57 +02:00
example-expression/.forgejo chore: s/GITHUB_*/FORGEJO_*/ & s/github./forge./ (#776) 2025-07-09 14:09:48 +00:00
example-force-rebuild fix: actions: refactor force-rebuild tests to use a remote action (#991) 2025-09-01 17:14:24 +00:00
example-if/.forgejo/workflows chore: s/GITHUB_*/FORGEJO_*/ & s/github./forge./ (#776) 2025-07-09 14:09:48 +00:00
example-if-cancel/.forgejo/workflows actions: trim v1.20 & v1.21 specific comment 2024-08-07 11:42:22 +02:00
example-if-fail Fogejo Actions tests 2023-10-29 00:03:57 +02:00
example-local-action/.forgejo actions: as of Forgejo runner v8.0.0 FORGEJO_ACTION_PATH is hash based (#823) 2025-07-21 20:31:52 +00:00
example-lxc feat: actions: verify LXC backend can checkout (#522) 2025-01-29 06:57:27 +00:00
example-matrix/.forgejo/workflows actions: add trivial matrix example (#912) 2025-08-12 07:48:14 +00:00
example-needs/.forgejo/workflows actions: add trivial needs output example (#915) 2025-08-12 10:37:15 +00:00
example-post-7-0-schedule Update code.forgejo.org/oci/debian Docker tag to v13 (#1070) 2025-10-18 06:11:46 +00:00
example-pull-request chore: s/GITHUB_*/FORGEJO_*/ & s/github./forge./ (#776) 2025-07-09 14:09:48 +00:00
example-push/.forgejo/workflows chore: s/GITHUB_*/FORGEJO_*/ & s/github./forge./ (#776) 2025-07-09 14:09:48 +00:00
example-push-cancel shfmt -w globally 2024-08-07 08:31:33 +02:00
example-schedule-noncancel Update code.forgejo.org/oci/debian Docker tag to v13 (#1070) 2025-10-18 06:11:46 +00:00
example-service Update code.forgejo.org/oci/debian Docker tag to v13 (#1070) 2025-10-18 06:11:46 +00:00
example-shell actions: shell: assert sh fallback (#790) 2025-07-12 09:59:00 +00:00
example-tag chore: s/GITHUB_*/FORGEJO_*/ & s/github./forge./ (#776) 2025-07-09 14:09:48 +00:00
example-with-docker-host fix: actions: verify the docker_host socket works 2024-12-08 16:18:15 +01:00
example-with-docker-socket fix: actions: verify the docker_host socket works 2024-12-08 16:18:15 +01:00
example-with-docker-tcp actions: runner [container].docker_host variations 2024-11-27 09:33:08 +00:00
example-without-docker-socket/.forgejo/workflows actions: runner [container].docker_host variations 2024-11-27 09:33:08 +00:00
example-workflow-call/.forgejo/workflows actions: show how secrets & outputs work with workflow_call (#934) 2025-08-16 20:47:03 +00:00
example-workflow-dispatch Update code.forgejo.org/oci/debian Docker tag to v13 (#1070) 2025-10-18 06:11:46 +00:00
actions.sh fix: actions: refactor force-rebuild tests to use a remote action (#991) 2025-09-01 17:14:24 +00:00
default-app.ini update logger mode in forgejo configs 2025-06-07 12:36:27 +02:00
runner-config.yaml chore: actions: set the log level of the runner to trace (#1031) 2025-09-14 16:19:58 +00:00