Update actions/checkout action to v5 #6

Merged
bot merged 1 commits from renovate/actions-checkout-5.x into main 2025-08-12 04:02:35 +02:00

View File

@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- run: renovate
env:
RENOVATE_CONFIG_FILE: "/workspace/sora/renovate-config/config.js"