Skip to content

Commit

Permalink
Merge pull request #533 from jakartaee/dependabot/github_actions/mike…
Browse files Browse the repository at this point in the history
…farah/yq-4.44.2

Bump mikefarah/yq from 4.44.1 to 4.44.2
  • Loading branch information
mswatosh authored Jun 17, 2024
2 parents da70b91 + f3e6789 commit 37232a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
id: checkout
run: .github/scripts/checkout.sh update-templates-${{ github.sha }}
- name: Insert release - ${{ github.event.release.tag_name }}
uses: mikefarah/yq@557dcb87b8efe786f89a12c09e9046b4753ab72e #v4.44.1
uses: mikefarah/yq@f15500b20a1c991c8729870ba60a4dc3524b6a94 #v4.44.2
with:
cmd: |
yq -i '( .body.[] | select(.id == "version") ) ref $x | $x .attributes.options = ["${{ github.event.release.tag_name }}"] + $x .attributes.options' .github/ISSUE_TEMPLATE/bug-report.yml &&
Expand Down

0 comments on commit 37232a3

Please sign in to comment.