From 9957bcacbb0be4bcf6ba8e8d1e99568da15dd3a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 17:01:07 +0000 Subject: [PATCH] Bump mikefarah/yq from 4.40.7 to 4.41.1 Bumps [mikefarah/yq](https://github.com/mikefarah/yq) from 4.40.7 to 4.41.1. - [Release notes](https://github.com/mikefarah/yq/releases) - [Changelog](https://github.com/mikefarah/yq/blob/master/release_notes.txt) - [Commits](https://github.com/mikefarah/yq/compare/bb66c9c872a7a4cf3d6846c2ff6d182c66ec3f77...047694546cad8f9eaac1627bbc8bcc502fdd88bf) --- updated-dependencies: - dependency-name: mikefarah/yq dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8d413076..ff344bfe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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@bb66c9c872a7a4cf3d6846c2ff6d182c66ec3f77 #v4.40.7 + uses: mikefarah/yq@047694546cad8f9eaac1627bbc8bcc502fdd88bf #v4.41.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 &&