Skip to content

Commit 3ca9a69

Browse files
Bump jacobtomlinson/gha-find-replace from 3.0.2 to 3.0.3 (#2309)
Bumps [jacobtomlinson/gha-find-replace](https://github.com/jacobtomlinson/gha-find-replace) from 3.0.2 to 3.0.3. - [Release notes](https://github.com/jacobtomlinson/gha-find-replace/releases) - [Commits](jacobtomlinson/gha-find-replace@a51bbcd...099c88f) --- updated-dependencies: - dependency-name: jacobtomlinson/gha-find-replace dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e0cbbae commit 3ca9a69

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@a51bbcd94d000df9ca0fcb54ec8be69aad8374b0 # v3.0.2
50+
uses: jacobtomlinson/gha-find-replace@099c88fbf2a7da26b083521a8bfa13e4f0886b97 # v3.0.3
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@a51bbcd94d000df9ca0fcb54ec8be69aad8374b0 # v3.0.2
58+
uses: jacobtomlinson/gha-find-replace@099c88fbf2a7da26b083521a8bfa13e4f0886b97 # v3.0.3
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@a51bbcd94d000df9ca0fcb54ec8be69aad8374b0 # v3.0.2
66+
uses: jacobtomlinson/gha-find-replace@099c88fbf2a7da26b083521a8bfa13e4f0886b97 # v3.0.3
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@a51bbcd94d000df9ca0fcb54ec8be69aad8374b0 # v3.0.2
74+
uses: jacobtomlinson/gha-find-replace@099c88fbf2a7da26b083521a8bfa13e4f0886b97 # v3.0.3
7575
with:
7676
find: "Always"
7777
replace: "IfNotPresent"

0 commit comments

Comments
 (0)