Skip to content

Commit

Permalink
Update with v3
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtomlinson authored Feb 9, 2023
1 parent f5f4ad7 commit 61acce0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Find and Replace
uses: jacobtomlinson/gha-find-replace@v2
uses: jacobtomlinson/gha-find-replace@v3
with:
find: "hello"
replace: "world"
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Find and Replace
uses: jacobtomlinson/gha-find-replace@v2
uses: jacobtomlinson/gha-find-replace@v3
with:
find: "hello"
replace: "world"
Expand All @@ -80,7 +80,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Find and Replace
uses: jacobtomlinson/gha-find-replace@v2
uses: jacobtomlinson/gha-find-replace@v3
with:
find: "hello"
replace: "world"
Expand All @@ -100,7 +100,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Find and Replace
uses: jacobtomlinson/gha-find-replace@v2
uses: jacobtomlinson/gha-find-replace@v3
with:
find: "hello"
replace: "world"
Expand All @@ -120,7 +120,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Find and Replace
uses: jacobtomlinson/gha-find-replace@v2
uses: jacobtomlinson/gha-find-replace@v3
with:
find: "hello"
replace: "world"
Expand Down

0 comments on commit 61acce0

Please sign in to comment.