Skip to content

Commit

Permalink
Bump frabert/replace-string-action from 1.2 to 2.4 in /.github/workfl…
Browse files Browse the repository at this point in the history
…ows (#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](frabert/replace-string-action@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 25, 2023
1 parent 53d8867 commit 4dd5a96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Issues_workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: "\""
Expand Down Expand Up @@ -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: "\""
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issue_type_predicter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: "\""
Expand Down

0 comments on commit 4dd5a96

Please sign in to comment.