Skip to content

Commit

Permalink
Bump jacobtomlinson/gha-find-replace from 3.0.2 to 3.0.3
Browse files Browse the repository at this point in the history
Bumps [jacobtomlinson/gha-find-replace](https://github.com/jacobtomlinson/gha-find-replace) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/jacobtomlinson/gha-find-replace/releases)
- [Commits](jacobtomlinson/gha-find-replace@a51bbcd...099c88f)

---
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>
  • Loading branch information
dependabot[bot] authored Jul 30, 2024
1 parent ef91e59 commit 0e74491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
echo new_version=$new_version >> $GITHUB_OUTPUT
- name: Find and Replace
uses: jacobtomlinson/gha-find-replace@a51bbcd94d000df9ca0fcb54ec8be69aad8374b0 # v3.0.2
uses: jacobtomlinson/gha-find-replace@099c88fbf2a7da26b083521a8bfa13e4f0886b97 # v3.0.3
with:
find: ${{ steps.sync.outputs.current_version }}
replace: ${{ steps.sync.outputs.new_version }}
Expand Down

0 comments on commit 0e74491

Please sign in to comment.