File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ jobs:
217
217
cp ../canary-checker-*.tgz ./
218
218
helm repo index --merge index.yaml .
219
219
- name : Push changes to chart repo
220
- uses : stefanzweifel/git-auto-commit-action@8756aa072ef5b4a080af5dc8fef36c5d586e521d # v5.0.0
220
+ uses : stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5.0.1
221
221
with :
222
222
commit_message : " Release ${{ needs.semantic-release.outputs.release-version }} of ${{ github.repository }}"
223
223
branch : gh-pages
@@ -251,7 +251,7 @@ jobs:
251
251
yq eval-all -i '(.dependencies[] | select(.name == "canary-checker")) ref $d | $d.version = "${{ env.RELEASE_VERSION }}"' chart/Chart.yaml
252
252
yq eval-all -i '(.dependencies[] | select(.name == "canary-checker")) ref $d | $d.version = "${{ env.RELEASE_VERSION }}"' agent-chart/Chart.yaml
253
253
- name : Push changes to chart repo
254
- uses : stefanzweifel/git-auto-commit-action@8756aa072ef5b4a080af5dc8fef36c5d586e521d # v5.0.0
254
+ uses : stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5.0.1
255
255
with :
256
256
commit_message : " chore: update canary-checker chart dependency to ${{ env.RELEASE_VERSION }}"
257
257
repository : ./incident-commander-chart
You can’t perform that action at this time.
0 commit comments