From 4dd5a96e496d2d74864b816bce918b395bc5535a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 08:34:06 -0400 Subject: [PATCH] Bump frabert/replace-string-action from 1.2 to 2.4 in /.github/workflows (#14475) Bumps [frabert/replace-string-action](https://github.com/frabert/replace-string-action) from 1.2 to 2.4. - [Release notes](https://github.com/frabert/replace-string-action/releases) - [Commits](https://github.com/frabert/replace-string-action/compare/v1.2...v2.4) --- updated-dependencies: - dependency-name: frabert/replace-string-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/Issues_workflow.yaml | 4 ++-- .github/workflows/issue_type_predicter.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Issues_workflow.yaml b/.github/workflows/Issues_workflow.yaml index 06d505f6aed..3300823ddfe 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@v1.2 + uses: frabert/replace-string-action@v2.4 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@v1.2 + uses: frabert/replace-string-action@v2.4 id: remove_quotations with: pattern: "\"" diff --git a/.github/workflows/issue_type_predicter.yaml b/.github/workflows/issue_type_predicter.yaml index 97d4cc0817d..bf2a8ff6684 100644 --- a/.github/workflows/issue_type_predicter.yaml +++ b/.github/workflows/issue_type_predicter.yaml @@ -27,7 +27,7 @@ jobs: - name: Remove conflicting chars env: ISSUE_BODY: ${{github.event.issue.body}} - uses: frabert/replace-string-action@v1.2 + uses: frabert/replace-string-action@v2.4 id: remove_quotations with: pattern: "\""