Renovate Bot
384f8e5719
Update https://data.forgejo.org/actions/cache action to v6 (forgejo) ( #13247 )
...
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/13247
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
2026-06-29 20:53:44 +02:00
Renovate Bot
6bbcaeae04
Update actions/cache (forgejo) ( #13223 )
...
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/13223
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
2026-06-28 12:45:21 +02:00
Renovate Bot
e2c2aa446f
Pin dependencies (forgejo) ( #12923 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [https://data.forgejo.org/actions/cache ](https://github.com/actions/cache ) | action | pin | `v5` → `v5.0.5` |
| [https://data.forgejo.org/actions/cascading-pr ](https://code.forgejo.org/actions/cascading-pr ) | action | pinDigest | → `b52d5b1` |
| [https://data.forgejo.org/actions/checkout ](https://github.com/actions/checkout ) | action | pin | `v6` → `v6.0.3` |
| [https://data.forgejo.org/actions/git-backporting ](https://code.forgejo.org/actions/git-backporting ) | action | pinDigest | → `08da0b0` |
| [https://data.forgejo.org/actions/setup-forgejo ](https://code.forgejo.org/actions/setup-forgejo ) | action | pinDigest | → `650f7cf` |
| [https://data.forgejo.org/actions/setup-go ](https://github.com/actions/setup-go ) | action | pin | `v6` → `v6.4.0` |
| [https://data.forgejo.org/actions/setup-node ](https://github.com/actions/setup-node ) | action | pin | `v6` → `v6.4.0` |
| [https://data.forgejo.org/forgejo/forgejo-build-publish ](https://code.forgejo.org/forgejo/forgejo-build-publish ) | action | pinDigest | → `970e852` |
| [https://data.forgejo.org/forgejo/set-milestone ](https://code.forgejo.org/forgejo/set-milestone ) | action | pinDigest | → `4010c1a` |
| [https://data.forgejo.org/forgejo/upload-artifact ](https://code.forgejo.org/forgejo/upload-artifact ) | action | pin | `v5` → `v5` |
| [https://data.forgejo.org/infrastructure/issue-action ](https://code.forgejo.org/infrastructure/issue-action ) | action | pinDigest | → `c668390` |
| [https://data.forgejo.org/infrastructure/next-digest ](https://code.forgejo.org/infrastructure/next-digest ) | action | pinDigest | → `e220261` |
| [https://data.forgejo.org/tj-actions/changed-files ](https://github.com/tj-actions/changed-files ) | action | pin | `v47` → `v47.0.6` |
Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies.
---
### Configuration
📅 **Schedule**: (UTC)
- Branch creation
- Between 12:00 AM and 03:59 AM (`* 0-3 * * *`)
- Automerge
- Between 12:00 AM and 03:59 AM (`* 0-3 * * *`)
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions ) if that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMDguMiIsInVwZGF0ZWRJblZlciI6IjQzLjIwOC4yIiwidGFyZ2V0QnJhbmNoIjoiZm9yZ2VqbyIsImxhYmVscyI6WyJkZXBlbmRlbmN5LXVwZ3JhZGUiLCJ0ZXN0L25vdC1uZWVkZWQiXX0=-->
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/12923
Reviewed-by: Mathieu Fenniak <mfenniak@noreply.codeberg.org>
2026-06-04 16:09:32 +02:00
Renovate Bot
252b7756bc
Update https://data.forgejo.org/actions/cache action to v5 (forgejo) ( #10517 )
...
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/10517
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
2025-12-21 07:22:40 +01:00
Michael Kriese
ff3f12a350
chore: consistent docker image and action references ( #6703 )
...
- replace `code.forgejo.org` ->`data.forgejo.org` on docker images
- add `https://data.forgejo.org/ ` to actions where missing
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6703
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-committed-by: Michael Kriese <michael.kriese@visualon.de>
2025-01-28 15:41:11 +00:00
Otto Richter
f2a23c962a
ci: merge e2e workflow into testing.yml
...
ci: cache frontend build across jobs
ci: ensure caches are saved with zstd
work around https://github.com/actions/cache/issues/1169
ci: require unit tests for remote cacher
- prevents unnecessary runs in case the unit tests already fail
- starts the integration tests about 2 minutes earlier
- should give some overall speedup to the CI run, because the long integration tests are run and finish earlier, and the cacher tests should still usually finish in time
- does not save any computing resources, just provides quicker results when runners are not under high load
2024-10-04 15:14:28 +02:00
Otto Richter
e6b84f9191
ci: move composite workflow location
...
otherwise, they unfortunately display in the Forgejo UI with an error message
2024-10-01 16:51:02 +02:00