chore(deps): update actions/checkout action to v6.0.2

This commit is contained in:
2026-01-22 17:09:49 +00:00
parent 5d9262ad35
commit 6eb62c2992
15 changed files with 16 additions and 16 deletions

View File

@@ -19,7 +19,7 @@ jobs:
clean_changelog: ${{ steps.get_next_version.outputs.clean_changelog }}
steps:
- name: Check out repository
uses: actions/checkout@v6.0.1
uses: actions/checkout@v6.0.2
with:
fetch-depth: 0
@@ -72,7 +72,7 @@ jobs:
needs: get_next_release
steps:
- name: Check out repository
uses: actions/checkout@v6.0.1
uses: actions/checkout@v6.0.2
with:
fetch-depth: 0