Update actions/checkout action to v5 #2

Merged
renovate-bot merged 1 commits from renovate/actions-checkout-5.x into main 2025-10-24 22:00:59 +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@v4 - uses: actions/checkout@v5
- run: renovate - run: renovate
env: env:
RENOVATE_CONFIG_FILE: ${{ gitea.workspace }}/config.js RENOVATE_CONFIG_FILE: ${{ gitea.workspace }}/config.js