From 811083a4dd6d61e50c568fafe3429712c4b765db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 00:02:21 +0000 Subject: [PATCH] Bump mikefarah/yq from 4.44.5 to 4.44.6 in the all group Bumps the all group with 1 update: [mikefarah/yq](https://github.com/mikefarah/yq). Updates `mikefarah/yq` from 4.44.5 to 4.44.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/v4.44.5...v4.44.6) --- updated-dependencies: - dependency-name: mikefarah/yq dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 079b18d8cb..0db489e3b1 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -46,7 +46,7 @@ jobs: uses: actions/checkout@v4 - name: Get supported versions from versions.yaml id: get-supported-versions - uses: mikefarah/yq@v4.44.5 + uses: mikefarah/yq@v4.44.6 with: # Get a comma-separated list of supported versions cmd: yq '.supported[].version' versions.yaml | tr '\n' ',' | sed 's/,$//' @@ -165,7 +165,7 @@ jobs: git config --global user.email "radiuscoreteam@service.microsoft.com" - name: Get supported versions from versions.yaml id: get-supported-versions - uses: mikefarah/yq@v4.44.5 + uses: mikefarah/yq@v4.44.6 with: # Get a comma-separated list of supported versions cmd: yq '.supported[].version' ./radius/versions.yaml | tr '\n' ',' | sed 's/,$//'