From 6933e0e27a6373a22e0663baf786f1380eb1802d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 09:24:05 -0500 Subject: [PATCH] chore(deps): update mad9000/actions-find-and-replace-string action to v5 (#11587) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/exit-prerelease.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/exit-prerelease.yml b/.github/workflows/exit-prerelease.yml index c97c86efac0..82d8f2d8ead 100644 --- a/.github/workflows/exit-prerelease.yml +++ b/.github/workflows/exit-prerelease.yml @@ -37,7 +37,7 @@ jobs: uses: WyriHaximus/github-action-get-previous-tag@v1 - name: Remove 'v' prefix from version number (e.g. v1.0.0) - uses: mad9000/actions-find-and-replace-string@4 + uses: mad9000/actions-find-and-replace-string@5 id: formatversion with: source: ${{ steps.previoustag.outputs.tag }}