chore(deps): update actions/checkout action to v5 (#1334)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-08-27 21:07:39 +02:00
committed by GitHub
parent 945e27f72c
commit 21f533ece8
3 changed files with 3 additions and 3 deletions

View File

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