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

This commit is contained in:
2026-01-22 19:06:17 +00:00
parent 071eba6816
commit be7b8cbf77
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