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

Merged
luke merged 1 commits from renovate/actions-checkout-6.x into main 2025-11-20 18:08:02 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v5.0.1
uses: actions/checkout@v6.0.0
with:
fetch-depth: 0

View File

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