chore(deps): update actions/checkout action to v6 #885

Merged
hads merged 1 commits from renovate/actions-checkout-6.x into main 2025-11-23 07:14:30 +13: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:
RENOVATE_CONFIG_FILE: "/workspace/hads/renovate-config/config.js"