From 0ac2b7051183629521a6d1141c4652e8154604ac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 03:32:18 +0000 Subject: [PATCH] chore(deps): update mikefarah/yq action to v4.40.3 --- .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..d217b93 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.40.3 - name: Log in to the Container registry uses: docker/login-action@v2