File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -47,31 +47,31 @@ jobs:
47
47
echo "current_version=$(yq '.version' <charts/nginx-gateway-fabric/Chart.yaml)" >> $GITHUB_OUTPUT
48
48
49
49
- name : Find and Replace
50
- uses : jacobtomlinson/gha-find-replace@a51bbcd94d000df9ca0fcb54ec8be69aad8374b0 # v3.0.2
50
+ uses : jacobtomlinson/gha-find-replace@099c88fbf2a7da26b083521a8bfa13e4f0886b97 # v3.0.3
51
51
with :
52
52
find : ${{ steps.vars.outputs.current_version }}
53
53
replace : ${{ inputs.version }}
54
54
include : " site/content/**/*.md"
55
55
regex : false
56
56
57
57
- name : Find and Replace
58
- uses : jacobtomlinson/gha-find-replace@a51bbcd94d000df9ca0fcb54ec8be69aad8374b0 # v3.0.2
58
+ uses : jacobtomlinson/gha-find-replace@099c88fbf2a7da26b083521a8bfa13e4f0886b97 # v3.0.3
59
59
with :
60
60
find : " edge"
61
61
replace : ${{ inputs.version }}
62
62
include : " charts/nginx-gateway-fabric/*.yaml"
63
63
regex : false
64
64
65
65
- name : Find and Replace
66
- uses : jacobtomlinson/gha-find-replace@a51bbcd94d000df9ca0fcb54ec8be69aad8374b0 # v3.0.2
66
+ uses : jacobtomlinson/gha-find-replace@099c88fbf2a7da26b083521a8bfa13e4f0886b97 # v3.0.3
67
67
with :
68
68
find : ${{ steps.vars.outputs.current_version }}
69
69
replace : ${{ inputs.version }}
70
70
include : " charts/nginx-gateway-fabric/*.yaml"
71
71
regex : false
72
72
73
73
- name : Find and Replace
74
- uses : jacobtomlinson/gha-find-replace@a51bbcd94d000df9ca0fcb54ec8be69aad8374b0 # v3.0.2
74
+ uses : jacobtomlinson/gha-find-replace@099c88fbf2a7da26b083521a8bfa13e4f0886b97 # v3.0.3
75
75
with :
76
76
find : " Always"
77
77
replace : " IfNotPresent"
You can’t perform that action at this time.
0 commit comments