Update actions/checkout action to v5 #132

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

View File

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