Skip to content

Commit

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

chore(deps): bump mikefarah/yq from 4.44.6 to 4.45.1
  • Loading branch information
lgblaumeiser authored Jan 13, 2025
2 parents 3fbc032 + 9fc99b9 commit 55a2ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/draft-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
GITHUB_PACKAGE_USERNAME: ${{ github.actor }}
GITHUB_PACKAGE_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
- name: Bump version in /charts
uses: mikefarah/yq@v4.44.6
uses: mikefarah/yq@v4.45.1
with:
cmd: |-
find charts -name Chart.yaml -maxdepth 3 | xargs -n1 yq -i '.appVersion = "${{ inputs.version }}" | .version = "${{ inputs.version }}"'
Expand Down

0 comments on commit 55a2ae6

Please sign in to comment.