chore(deps): update actions/checkout action to v7

This commit is contained in:
renovate[bot]
2026-06-18 20:37:24 +00:00
committed by GitHub
parent a198175914
commit 0d69be7694
4 changed files with 4 additions and 4 deletions

View File

@@ -49,7 +49,7 @@ jobs:
- name: Checkout source repository
if: steps.check-tag.outputs.exists == 'false'
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: ${{ env.SOURCE_REPO }}
ref: ${{ steps.source-tag.outputs.tag }}