diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 817de2c..9b7a06d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -64,7 +64,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