Skip to content

Commit

Permalink
Update jacobtomlinson/gha-find-replace action to v3.0.4 (#2591)
Browse files Browse the repository at this point in the history
| datasource  | package                         | from  | to     |
| ----------- | ------------------------------- | ----- | ------ |
| github-tags | jacobtomlinson/gha-find-replace | 3.0.3 | v3.0.4 |

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 23, 2024
1 parent 2bfa5d9 commit 0ade9ed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,31 +47,31 @@ jobs:
echo "current_version=$(yq '.version' <charts/nginx-gateway-fabric/Chart.yaml)" >> $GITHUB_OUTPUT
- name: Find and Replace
uses: jacobtomlinson/gha-find-replace@099c88fbf2a7da26b083521a8bfa13e4f0886b97 # v3.0.3
uses: jacobtomlinson/gha-find-replace@1dcd8b008d15ef0862ae785c76d1419cca930e15 # v3.0.4
with:
find: ${{ steps.vars.outputs.current_version }}
replace: ${{ inputs.version }}
include: "site/content/**/*.md"
regex: false

- name: Find and Replace
uses: jacobtomlinson/gha-find-replace@099c88fbf2a7da26b083521a8bfa13e4f0886b97 # v3.0.3
uses: jacobtomlinson/gha-find-replace@1dcd8b008d15ef0862ae785c76d1419cca930e15 # v3.0.4
with:
find: "edge"
replace: ${{ inputs.version }}
include: "charts/nginx-gateway-fabric/*.yaml"
regex: false

- name: Find and Replace
uses: jacobtomlinson/gha-find-replace@099c88fbf2a7da26b083521a8bfa13e4f0886b97 # v3.0.3
uses: jacobtomlinson/gha-find-replace@1dcd8b008d15ef0862ae785c76d1419cca930e15 # v3.0.4
with:
find: ${{ steps.vars.outputs.current_version }}
replace: ${{ inputs.version }}
include: "charts/nginx-gateway-fabric/*.yaml"
regex: false

- name: Find and Replace
uses: jacobtomlinson/gha-find-replace@099c88fbf2a7da26b083521a8bfa13e4f0886b97 # v3.0.3
uses: jacobtomlinson/gha-find-replace@1dcd8b008d15ef0862ae785c76d1419cca930e15 # v3.0.4
with:
find: "Always"
replace: "IfNotPresent"
Expand Down

0 comments on commit 0ade9ed

Please sign in to comment.