Skip to content

Commit

Permalink
Merge pull request #865 from eclipse-tractusx/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/mikefarah/yq-4.44.3

chore(deps): bump mikefarah/yq from 4.44.2 to 4.44.3
  • Loading branch information
ds-jhartmann authored Aug 5, 2024
2 parents 1cd4eda + 6fa0d9d commit fd9b1b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,12 @@ jobs:
sed -i '0,/version: ${{ env.SEMVER_PATTERN_SED }}/s//version: ${{ inputs.irs-version }}/' ${{ env.OPENAPI_SPEC_PATH }}
- name: Update Chart.yaml appVersion
uses: mikefarah/yq@v4.44.2
uses: mikefarah/yq@v4.44.3
with:
cmd: yq -i eval '.appVersion = "${{ inputs.irs-version }}"' ${{ env.HELM_CHART_PATH }}/Chart.yaml

- name: Update Chart.yaml version
uses: mikefarah/yq@v4.44.2
uses: mikefarah/yq@v4.44.3
with:
cmd: yq -i eval '.version = "${{ inputs.helm-chart-version }}"' ${{ env.HELM_CHART_PATH }}/Chart.yaml

Expand Down

0 comments on commit fd9b1b7

Please sign in to comment.