From c549f8ff946ea3e9ff0ba73657219bb8f0744b1f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 17:18:29 +0000 Subject: [PATCH] chore(deps): pin cardinalby/git-get-release-action action to 1.2.5 --- .github/workflows/release-production.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-production.yml b/.github/workflows/release-production.yml index 8ea6b5a5af..d3aa1ea984 100644 --- a/.github/workflows/release-production.yml +++ b/.github/workflows/release-production.yml @@ -21,7 +21,7 @@ jobs: target: "./" version: ${{ inputs.version && format('tags/{0}', inputs.version) || 'latest' }} - - uses: cardinalby/git-get-release-action@v1 + - uses: cardinalby/git-get-release-action@1.2.5 id: release-info env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}