From d26d8a96545a012d947420040ceb244f00ee2820 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 16:51:42 +0000 Subject: [PATCH] Bump mikefarah/yq from 4.40.5 to 4.40.6 Bumps [mikefarah/yq](https://github.com/mikefarah/yq) from 4.40.5 to 4.40.6. - [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/dd648994340a5d03225d97abf19c9bf1086c3f07...e19046273e37d1d4f5d3524f085db34be8174645) --- 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 1696d8ff..81f0ba37 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 &&