diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 908e551..486ac0c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -63,7 +63,7 @@ jobs: group: create-release-${{ github.repository }}-${{ needs.normalize.outputs.version }} cancel-in-progress: false steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: ref: ${{ github.event.repository.default_branch }} fetch-depth: 0