Skip to content

Commit

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

Bump mikefarah/yq from 4.42.1 to 4.43.1
  • Loading branch information
mswatosh committed Mar 25, 2024
2 parents b091c15 + 765366f commit 1b8ef01
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@9adde1ac14bb283b8955d2b0d567bcaf3c69e639 #v4.42.1
uses: mikefarah/yq@c35ec752e38ea0c096d3c44e13cfc0797ac394d8 #v4.43.1
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 1b8ef01

Please sign in to comment.