chore(deps): update actions/checkout action to v6 #11

Merged
luke merged 1 commits from renovate/actions-checkout-6.x into main 2025-11-20 16:53:32 +00:00
Showing only changes of commit 6b4fb6fea8 - Show all commits

View File

@@ -61,7 +61,7 @@ jobs:
REPO: ${{ gitea.repository }} REPO: ${{ gitea.repository }}
- name: Check out repository - name: Check out repository
uses: actions/checkout@v5.0.1 uses: actions/checkout@v6.0.0
with: with:
fetch-depth: 0 fetch-depth: 0
ref: ${{ needs.tag.outputs.tag_name }} ref: ${{ needs.tag.outputs.tag_name }}