diff --git a/.github/workflows/auto-tag.yml b/.github/workflows/auto-tag.yml index 9234a0b..d5147cc 100644 --- a/.github/workflows/auto-tag.yml +++ b/.github/workflows/auto-tag.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v5.0.1 + uses: actions/checkout@v6.0.0 with: fetch-depth: 0 # Need full history for git describe diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e5e5ec7..0ec9d61 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: version: ${{ steps.tag.outputs.version }} steps: - name: Checkout repository - uses: actions/checkout@v5.0.1 + uses: actions/checkout@v6.0.0 with: fetch-depth: 0 token: ${{ secrets.GITHUB_TOKEN }} @@ -92,7 +92,7 @@ jobs: needs: sync-manifest # Wait for manifest sync to complete steps: - name: Checkout repository - uses: actions/checkout@v5.0.1 + uses: actions/checkout@v6.0.0 with: fetch-depth: 0 # Fetch all history for git-cliff ref: main # Use updated main branch if manifest was synced