diff --git a/.github/workflows/manual_release.yml b/.github/workflows/manual_release.yml index c412971..2b2771a 100644 --- a/.github/workflows/manual_release.yml +++ b/.github/workflows/manual_release.yml @@ -23,7 +23,7 @@ jobs: contents: write steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 # Fetch all history for proper tagging token: ${{ secrets.GH_PAT }}