Skip to content

Commit

Permalink
Updates workflow to use v5
Browse files Browse the repository at this point in the history
  • Loading branch information
kishyr committed Feb 9, 2024
1 parent bce4d50 commit 5292ad6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Run find-and-replace to remove refs/heads/
uses: mad9000/actions-find-and-replace-string@4
uses: mad9000/actions-find-and-replace-string@5
id: findandreplace
with:
source: ${{ github.ref }}
Expand All @@ -17,7 +17,7 @@ jobs:
- name: Get the above output
run: echo "The replaced value is ${{ steps.findandreplace.outputs.value }}"
- name: Run find-and-replace to remove slashes
uses: mad9000/actions-find-and-replace-string@4
uses: mad9000/actions-find-and-replace-string@5
id: findandreplace2
with:
source: ${{ steps.findandreplace.outputs.value }}
Expand Down

0 comments on commit 5292ad6

Please sign in to comment.