Update actions/checkout action to v6 #7

Merged
bot merged 1 commits from renovate/actions-checkout-6.x into main 2025-11-21 03:02:17 +01:00

View File

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