chore(deps): update actions/checkout action to v5.0.1

This commit is contained in:
2025-11-17 16:02:26 +00:00
parent 662e9f6274
commit 969da8f6f2
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@v5.0.0
uses: actions/checkout@v5.0.1
with:
fetch-depth: 0
@@ -72,7 +72,7 @@ jobs:
needs: get_next_release
steps:
- name: Check out repository
uses: actions/checkout@v5.0.0
uses: actions/checkout@v5.0.1
with:
fetch-depth: 0