From 8eb6be76309c14474707ae29cca98ca042c1a83b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 17:33:49 +0000 Subject: [PATCH] Bump mikefarah/yq from 4.44.3 to 4.44.5 Bumps [mikefarah/yq](https://github.com/mikefarah/yq) from 4.44.3 to 4.44.5. - [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/bbdd97482f2d439126582a59689eb1c855944955...bc5b54cb1d1f720db16c9f75c5b45384d00e5cbf) --- updated-dependencies: - dependency-name: mikefarah/yq dependency-type: direct:production update-type: version-update:semver-patch ... 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 4f091617..e351f351 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@bbdd97482f2d439126582a59689eb1c855944955 #v4.44.3 + uses: mikefarah/yq@bc5b54cb1d1f720db16c9f75c5b45384d00e5cbf #v4.44.5 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 &&