Skip to content

Commit

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

Bump mikefarah/yq from 4.40.3 to 4.40.4
  • Loading branch information
mswatosh authored Dec 4, 2023
2 parents d3fe64b + 156b992 commit 33cfc87
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@c11a53322bce866fbfa3032e326f58c89e8c0759 #v4.40.3
uses: mikefarah/yq@1c3d55106075bd37df197b4bc03cb4a413fdb903 #v4.40.4
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 33cfc87

Please sign in to comment.