Update actions/checkout action to v5 - autoclosed #2

Closed
renovate-bot wants to merge 1 commits from renovate/actions-checkout-5.x into main
Showing only changes of commit 629a2a932b - Show all commits

View File

@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:latest container: ghcr.io/renovatebot/renovate:latest
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