1 Commits

Author SHA1 Message Date
435b27fd98 Update actions/checkout action to v6 2025-12-31 12:01:49 +00:00

View File

@@ -17,7 +17,7 @@ jobs:
options: --add-host crunchy-orchestrator:gitea-server options: --add-host crunchy-orchestrator:gitea-server
network: gitea-internal network: gitea-internal
steps: steps:
- uses: actions/checkout@v5 - uses: actions/checkout@v6
- run: renovate - run: renovate
env: env:
RENOVATE_CONFIG_FILE: ${{ gitea.workspace }}/config.js RENOVATE_CONFIG_FILE: ${{ gitea.workspace }}/config.js