Skip to content

Commit

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

chore(deps): Bump mikefarah/yq from 4.44.5 to 4.44.6
  • Loading branch information
mswatosh authored Dec 9, 2024
2 parents 425ab2c + 556f76a commit 66c06ce
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@bc5b54cb1d1f720db16c9f75c5b45384d00e5cbf #v4.44.5
uses: mikefarah/yq@4839dbbf80445070a31c7a9c1055da527db2d5ee #v4.44.6
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 66c06ce

Please sign in to comment.