diff --git a/.github/workflows/release-dispatch.yml b/.github/workflows/release-dispatch.yml index 365179e..ab1de41 100644 --- a/.github/workflows/release-dispatch.yml +++ b/.github/workflows/release-dispatch.yml @@ -11,7 +11,7 @@ jobs: contents: write # needed to push tags & create releases steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 # required to create/push tags