We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef91e59 commit 0e74491Copy full SHA for 0e74491
.github/workflows/sync-chart.yml
@@ -53,7 +53,7 @@ jobs:
53
echo new_version=$new_version >> $GITHUB_OUTPUT
54
55
- name: Find and Replace
56
- uses: jacobtomlinson/gha-find-replace@a51bbcd94d000df9ca0fcb54ec8be69aad8374b0 # v3.0.2
+ uses: jacobtomlinson/gha-find-replace@099c88fbf2a7da26b083521a8bfa13e4f0886b97 # v3.0.3
57
with:
58
find: ${{ steps.sync.outputs.current_version }}
59
replace: ${{ steps.sync.outputs.new_version }}
0 commit comments