Update actions/checkout action to v6 #148

Merged
renovate merged 1 commits from renovate/actions-checkout-6.x into main 2025-11-23 01:05:53 +00:00

View File

@@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:42.19.3
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- run: renovate
env:
LOG_LEVEL: "info"