diff --git a/.github/workflows/build_prepare.yaml b/.github/workflows/build_prepare.yaml index 6ade2b8c10..493db1be78 100644 --- a/.github/workflows/build_prepare.yaml +++ b/.github/workflows/build_prepare.yaml @@ -131,7 +131,7 @@ jobs: - name: "[Release] Fetch release" id: release if: ${{ !inputs.nightly && inputs.version != 'develop' }} - uses: cardinalby/git-get-release-action@cedef2faf69cb7c55b285bad07688d04430b7ada # v1 + uses: cardinalby/git-get-release-action@cedef2faf69cb7c55b285bad07688d04430b7ada # v1.2.4 env: GITHUB_TOKEN: ${{ github.token }} with: