From f3e67899311265dd8164e996f50e73df67d551c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 16:21:10 +0000 Subject: [PATCH] Bump mikefarah/yq from 4.44.1 to 4.44.2 Bumps [mikefarah/yq](https://github.com/mikefarah/yq) from 4.44.1 to 4.44.2. - [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/557dcb87b8efe786f89a12c09e9046b4753ab72e...f15500b20a1c991c8729870ba60a4dc3524b6a94) --- 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 64d3d5be..bda623b4 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@557dcb87b8efe786f89a12c09e9046b4753ab72e #v4.44.1 + uses: mikefarah/yq@f15500b20a1c991c8729870ba60a4dc3524b6a94 #v4.44.2 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 &&