Skip to content

Commit abc04db

Browse files
Update jacobtomlinson/gha-find-replace action to v3.0.5 (#2754)
| datasource | package | from | to | | ----------- | ------------------------------- | ----- | ----- | | github-tags | jacobtomlinson/gha-find-replace | 3.0.4 | 3.0.5 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f213619 commit abc04db

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release-pr.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -47,31 +47,31 @@ jobs:
4747
echo "current_version=$(yq '.version' <charts/nginx-gateway-fabric/Chart.yaml)" >> $GITHUB_OUTPUT
4848
4949
- name: Find and Replace
50-
uses: jacobtomlinson/gha-find-replace@1dcd8b008d15ef0862ae785c76d1419cca930e15 # v3.0.4
50+
uses: jacobtomlinson/gha-find-replace@f1069b438f125e5395d84d1c6fd3b559a7880cb5 # 3.0.5
5151
with:
5252
find: ${{ steps.vars.outputs.current_version }}
5353
replace: ${{ inputs.version }}
5454
include: "site/content/**/*.md"
5555
regex: false
5656

5757
- name: Find and Replace
58-
uses: jacobtomlinson/gha-find-replace@1dcd8b008d15ef0862ae785c76d1419cca930e15 # v3.0.4
58+
uses: jacobtomlinson/gha-find-replace@f1069b438f125e5395d84d1c6fd3b559a7880cb5 # 3.0.5
5959
with:
6060
find: "edge"
6161
replace: ${{ inputs.version }}
6262
include: "charts/nginx-gateway-fabric/*.yaml"
6363
regex: false
6464

6565
- name: Find and Replace
66-
uses: jacobtomlinson/gha-find-replace@1dcd8b008d15ef0862ae785c76d1419cca930e15 # v3.0.4
66+
uses: jacobtomlinson/gha-find-replace@f1069b438f125e5395d84d1c6fd3b559a7880cb5 # 3.0.5
6767
with:
6868
find: ${{ steps.vars.outputs.current_version }}
6969
replace: ${{ inputs.version }}
7070
include: "charts/nginx-gateway-fabric/*.yaml"
7171
regex: false
7272

7373
- name: Find and Replace
74-
uses: jacobtomlinson/gha-find-replace@1dcd8b008d15ef0862ae785c76d1419cca930e15 # v3.0.4
74+
uses: jacobtomlinson/gha-find-replace@f1069b438f125e5395d84d1c6fd3b559a7880cb5 # 3.0.5
7575
with:
7676
find: "Always"
7777
replace: "IfNotPresent"

0 commit comments

Comments
 (0)