chore(deps): update actions/checkout action to v6 (#1112)
Some checks are pending
Update / dockerHubDescription (push) Waiting to run

This commit is contained in:
renovate[bot]
2025-11-21 12:39:39 +01:00
committed by GitHub
parent 48d9a1771d
commit 4161c21082
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
-