From 2899559495734c47aa66d1765fbea73396e47123 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 19:37:42 +0000 Subject: [PATCH] Bump frabert/replace-string-action from 2.4 to 2.5 in /.github/workflows Bumps [frabert/replace-string-action](https://github.com/frabert/replace-string-action) from 2.4 to 2.5. - [Release notes](https://github.com/frabert/replace-string-action/releases) - [Commits](https://github.com/frabert/replace-string-action/compare/v2.4...v2.5) --- updated-dependencies: - dependency-name: frabert/replace-string-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/Issues_workflow.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Issues_workflow.yaml b/.github/workflows/Issues_workflow.yaml index 3300823ddfe..49628e7ac42 100644 --- a/.github/workflows/Issues_workflow.yaml +++ b/.github/workflows/Issues_workflow.yaml @@ -37,7 +37,7 @@ jobs: #Remove the " character in the issue title and replaced with - - name: Remove conflicting chars - uses: frabert/replace-string-action@v2.4 + uses: frabert/replace-string-action@v2.5 id: remove_quotations with: pattern: "\"" @@ -113,7 +113,7 @@ jobs: - name: Remove conflicting chars env: ISSUE_BODY: ${{github.event.issue.body}} - uses: frabert/replace-string-action@v2.4 + uses: frabert/replace-string-action@v2.5 id: remove_quotations with: pattern: "\""