fix(actions): update actions/checkout to v6.0.0

This commit is contained in:
2025-09-18 18:45:18 +02:00
parent c422b7d061
commit fe7916a330

View File

@ -43,16 +43,14 @@
"renovate/disabled", "renovate/disabled",
"renovate/github-action" "renovate/github-action"
], ],
"automerge": false, "allowedVersions": "<7.0.0",
"enabled": false, "automerge": true,
"enabled": true,
"matchManagers": [ "matchManagers": [
"github-actions" "github-actions"
], ],
"matchPackageNames": [ "matchPackageNames": [
"actions/checkout" "actions/checkout"
],
"matchUpdateTypes": [
"major"
] ]
} }
] ]