aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/draft-release.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/draft-release.yml')
-rw-r--r--.github/workflows/draft-release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml
index 42a1a715..a68faf89 100644
--- a/.github/workflows/draft-release.yml
+++ b/.github/workflows/draft-release.yml
@@ -21,7 +21,7 @@ jobs:
steps:
- name: Checkout
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
+ uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.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 }}