Skip to content

Commit 87bfa5d

Browse files
Bump jacobtomlinson/gha-find-replace from 3.0.4 to 3.0.5
Bumps [jacobtomlinson/gha-find-replace](https://github.com/jacobtomlinson/gha-find-replace) from 3.0.4 to 3.0.5. - [Release notes](https://github.com/jacobtomlinson/gha-find-replace/releases) - [Commits](jacobtomlinson/gha-find-replace@863001a...f1069b4) --- updated-dependencies: - dependency-name: jacobtomlinson/gha-find-replace dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 83a32f0 commit 87bfa5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sync-chart.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)