Skip to content

Commit

Permalink
Merge pull request #1045 from eclipse-tractusx/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/main/mikefarah/yq-4.40.7

chore(deps): bump mikefarah/yq from 4.40.5 to 4.40.7
  • Loading branch information
wolf4ood authored Feb 13, 2024
2 parents 55b1a79 + b7e4936 commit 7c689c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/draft-new-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
GITHUB_PACKAGE_USERNAME: ${{ github.actor }}
GITHUB_PACKAGE_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
- name: Bump version in /charts
uses: mikefarah/[email protected].5
uses: mikefarah/[email protected].7
with:
cmd: |-
find charts -name Chart.yaml -maxdepth 3 | xargs -n1 yq -i '.appVersion = "${{ github.event.inputs.version }}" | .version = "${{ github.event.inputs.version }}"'
Expand Down

0 comments on commit 7c689c0

Please sign in to comment.