Skip to content

Commit 1da69ba

Browse files
Bump jacobtomlinson/gha-find-replace from 3.0.3 to 3.0.4
Bumps [jacobtomlinson/gha-find-replace](https://github.com/jacobtomlinson/gha-find-replace) from 3.0.3 to 3.0.4. - [Release notes](https://github.com/jacobtomlinson/gha-find-replace/releases) - [Commits](jacobtomlinson/gha-find-replace@099c88f...1dcd8b0) --- updated-dependencies: - dependency-name: jacobtomlinson/gha-find-replace dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 56abbe6 commit 1da69ba

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@099c88fbf2a7da26b083521a8bfa13e4f0886b97 # v3.0.3
81+
uses: jacobtomlinson/gha-find-replace@1dcd8b008d15ef0862ae785c76d1419cca930e15 # v3.0.4
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@099c88fbf2a7da26b083521a8bfa13e4f0886b97 # v3.0.3
89+
uses: jacobtomlinson/gha-find-replace@1dcd8b008d15ef0862ae785c76d1419cca930e15 # v3.0.4
9090
with:
9191
find: ${{ steps.sync.outputs.current_operator_version }}
9292
replace: ${{ steps.sync.outputs.new_operator_version }}

0 commit comments

Comments
 (0)