Skip to content

Commit

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

Bump mikefarah/yq from 4.40.5 to 4.40.6
  • Loading branch information
mswatosh authored Feb 8, 2024
2 parents 357c45e + d26d8a9 commit be67cff
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 @@ -17,7 +17,7 @@ jobs:
id: checkout
run: .github/scripts/checkout.sh update-templates-${{ github.sha }}
- name: Insert release - ${{ github.event.release.tag_name }}
uses: mikefarah/yq@dd648994340a5d03225d97abf19c9bf1086c3f07 #v4.40.5
uses: mikefarah/yq@e19046273e37d1d4f5d3524f085db34be8174645 #v4.40.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 be67cff

Please sign in to comment.