From 36041ff0a7dd628e27614aa6f1ca2811ad5a0254 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 07:19:56 +0000 Subject: [PATCH] chore(deps): update mikefarah/yq action to v4.44.6 --- .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 236c085..5fcc279 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: uses: edgefarm/setup-updatechart@v1.2.0 - name: Setup yq - uses: mikefarah/yq@v4.34.2 + uses: mikefarah/yq@v4.44.6 - name: Log in to the Container registry uses: docker/login-action@v2