File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -78,15 +78,15 @@ jobs:
7878 echo new_operator_version=${{ inputs.operator_version }} >> $GITHUB_OUTPUT
7979
8080 - name : Find and Replace NIC version
81- uses : jacobtomlinson/gha-find-replace@863001a682308a0a2405e69e645cb0899b5ee64b # v3.0.4
81+ uses : jacobtomlinson/gha-find-replace@f1069b438f125e5395d84d1c6fd3b559a7880cb5 # v3.0.5
8282 with :
8383 find : ${{ steps.sync.outputs.current_nic_version }}
8484 replace : ${{ steps.sync.outputs.new_nic_version }}
8585 regex : false
8686 exclude : .github/**
8787
8888 - name : Find and Replace Operator version
89- uses : jacobtomlinson/gha-find-replace@863001a682308a0a2405e69e645cb0899b5ee64b # v3.0.4
89+ uses : jacobtomlinson/gha-find-replace@f1069b438f125e5395d84d1c6fd3b559a7880cb5 # v3.0.5
9090 with :
9191 find : ${{ steps.sync.outputs.current_operator_version }}
9292 replace : ${{ steps.sync.outputs.new_operator_version }}
You can’t perform that action at this time.
0 commit comments