Skip to content

Commit

Permalink
Merge pull request eclipse-tractusx#700 from eclipse-tractusx/dependa…
Browse files Browse the repository at this point in the history
…bot/github_actions/mikefarah/yq-4.44.2

chore(deps): bump mikefarah/yq from 4.44.1 to 4.44.2
  • Loading branch information
ds-jhartmann authored Jun 24, 2024
2 parents 78e43d4 + 9466f00 commit a360050
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 @@ -23,12 +23,12 @@ jobs:
- uses: actions/checkout@v4

- name: Update Chart.yaml appVersion
uses: mikefarah/yq@v4.44.1
uses: mikefarah/yq@v4.44.2
with:
cmd: yq -i eval '.appVersion = "${{ inputs.new-irs-version }}"' charts/item-relationship-service/Chart.yaml

- name: Update Chart.yaml version
uses: mikefarah/yq@v4.44.1
uses: mikefarah/yq@v4.44.2
with:
cmd: yq -i eval '.version = "${{ inputs.helm-chart-version }}"' charts/item-relationship-service/Chart.yaml

Expand Down

0 comments on commit a360050

Please sign in to comment.