From 7552a46196784eb940f1ee4250d089c795c58d81 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 17:38:35 +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 }}