From 76a84fa6bfb37314b344c7f1ded5a918bc7cda25 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 May 2024 03:19:37 +0000 Subject: [PATCH] chore(deps): update mikefarah/yq action to v4.44.1 --- .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..bde83f9 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.1 - name: Log in to the Container registry uses: docker/login-action@v2