Skip to content

Commit

Permalink
Bump jacobtomlinson/gha-find-replace from 1dcd8b008d15ef0862ae785c76d…
Browse files Browse the repository at this point in the history
…1419cca930e15 to 863001a682308a0a2405e69e645cb0899b5ee64b (#387)

Bump jacobtomlinson/gha-find-replace

Bumps [jacobtomlinson/gha-find-replace](https://github.com/jacobtomlinson/gha-find-replace) from 1dcd8b008d15ef0862ae785c76d1419cca930e15 to 863001a682308a0a2405e69e645cb0899b5ee64b.
- [Release notes](https://github.com/jacobtomlinson/gha-find-replace/releases)
- [Commits](jacobtomlinson/gha-find-replace@1dcd8b0...863001a)

---
updated-dependencies:
- dependency-name: jacobtomlinson/gha-find-replace
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 25, 2024
1 parent bb23903 commit 3267009
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,15 @@ jobs:
echo new_operator_version=${{ inputs.operator_version }} >> $GITHUB_OUTPUT
- name: Find and Replace NIC version
uses: jacobtomlinson/gha-find-replace@1dcd8b008d15ef0862ae785c76d1419cca930e15 # v3.0.4
uses: jacobtomlinson/gha-find-replace@863001a682308a0a2405e69e645cb0899b5ee64b # v3.0.4
with:
find: ${{ steps.sync.outputs.current_nic_version }}
replace: ${{ steps.sync.outputs.new_nic_version }}
regex: false
exclude: .github/**

- name: Find and Replace Operator version
uses: jacobtomlinson/gha-find-replace@1dcd8b008d15ef0862ae785c76d1419cca930e15 # v3.0.4
uses: jacobtomlinson/gha-find-replace@863001a682308a0a2405e69e645cb0899b5ee64b # v3.0.4
with:
find: ${{ steps.sync.outputs.current_operator_version }}
replace: ${{ steps.sync.outputs.new_operator_version }}
Expand Down

0 comments on commit 3267009

Please sign in to comment.