From e6ea9beba588fd6da5555bfa08f49d9f947387e3 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Wed, 18 Feb 2026 16:09:59 +0000 Subject: [PATCH] Make renovate happier with github action --- .github/workflows/build_prepare.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: