diff --git a/.github/workflows/sync-chart.yml b/.github/workflows/sync-chart.yml index 60858d5..bbf1858 100644 --- a/.github/workflows/sync-chart.yml +++ b/.github/workflows/sync-chart.yml @@ -78,7 +78,7 @@ jobs: echo new_operator_version=${{ inputs.operator_version }} >> $GITHUB_OUTPUT - name: Find and Replace NIC version - uses: jacobtomlinson/gha-find-replace@863001a682308a0a2405e69e645cb0899b5ee64b # v3.0.4 + uses: jacobtomlinson/gha-find-replace@f1069b438f125e5395d84d1c6fd3b559a7880cb5 # v3.0.5 with: find: ${{ steps.sync.outputs.current_nic_version }} replace: ${{ steps.sync.outputs.new_nic_version }} @@ -86,7 +86,7 @@ jobs: exclude: .github/** - name: Find and Replace Operator version - uses: jacobtomlinson/gha-find-replace@863001a682308a0a2405e69e645cb0899b5ee64b # v3.0.4 + uses: jacobtomlinson/gha-find-replace@f1069b438f125e5395d84d1c6fd3b559a7880cb5 # v3.0.5 with: find: ${{ steps.sync.outputs.current_operator_version }} replace: ${{ steps.sync.outputs.new_operator_version }}