chore(deps): bump actions/checkout from 4 to 6 (#54)

This commit is contained in:
dependabot[bot] 2025-12-08 22:58:31 +01:00 committed by GitHub
parent 4e1c7f8d26
commit bc0ae0b5d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View file

@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6.0.1
uses: actions/checkout@v6
with:
fetch-depth: 0 # Need full history for git describe

View file

@ -29,7 +29,7 @@ jobs:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
fetch-depth: 0 # Needed for version timestamps

View file

@ -27,7 +27,7 @@ jobs:
version: ${{ steps.tag.outputs.version }}
steps:
- name: Checkout repository
uses: actions/checkout@v6.0.1
uses: actions/checkout@v6
with:
fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }}
@ -106,7 +106,7 @@ jobs:
needs: sync-manifest # Wait for manifest sync to complete
steps:
- name: Checkout repository
uses: actions/checkout@v6.0.1
uses: actions/checkout@v6
with:
fetch-depth: 0 # Fetch all history for git-cliff
ref: main # Use updated main branch if manifest was synced