From 9dfcc68b705547828acb0d40bd8da77db60f74f9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 01:09:57 +0000 Subject: [PATCH] Update mikefarah/yq action to v4.41.1 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/baseline-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/baseline-release.yml b/.github/workflows/baseline-release.yml index 335ec3a..ab8c1a6 100644 --- a/.github/workflows/baseline-release.yml +++ b/.github/workflows/baseline-release.yml @@ -41,7 +41,7 @@ jobs: output: CHANGELOGRELEASE.md - name: update inspec.yml - uses: mikefarah/yq@v4.40.7 + uses: mikefarah/yq@v4.41.1 env: NEXT_VERSION: ${{ steps.version.outputs.next-version }} with: