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

This commit is contained in:
renovate[bot]
2025-11-21 12:38:58 +01:00
committed by GitHub
parent bdb0488151
commit ea03c67a04
4 changed files with 15 additions and 13 deletions

View File

@@ -22,7 +22,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0
-