File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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@099c88fbf2a7da26b083521a8bfa13e4f0886b97 # v3.0.3
50+ uses : jacobtomlinson/gha-find-replace@1dcd8b008d15ef0862ae785c76d1419cca930e15 # v3.0.4
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@099c88fbf2a7da26b083521a8bfa13e4f0886b97 # v3.0.3
58+ uses : jacobtomlinson/gha-find-replace@1dcd8b008d15ef0862ae785c76d1419cca930e15 # v3.0.4
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@099c88fbf2a7da26b083521a8bfa13e4f0886b97 # v3.0.3
66+ uses : jacobtomlinson/gha-find-replace@1dcd8b008d15ef0862ae785c76d1419cca930e15 # v3.0.4
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@099c88fbf2a7da26b083521a8bfa13e4f0886b97 # v3.0.3
74+ uses : jacobtomlinson/gha-find-replace@1dcd8b008d15ef0862ae785c76d1419cca930e15 # v3.0.4
7575 with :
7676 find : " Always"
7777 replace : " IfNotPresent"
You can’t perform that action at this time.
0 commit comments