diff options
Diffstat (limited to '.github/workflows/draft-release.yml')
| -rw-r--r-- | .github/workflows/draft-release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index a68faf89..ecd678bb 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: fetch-depth: 0 # we need the tags and the commit history for the gh release create command ref: ${{ github.event.pull_request.base.ref }} |
