From 3f9ab9722978c82c72a9ee4471d887a5cb9d91cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Nov 2025 05:16:01 +0000 Subject: [PATCH] chore(deps): update mikefarah/yq action to v4.48.2 --- .github/workflows/build-containers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-containers.yml b/.github/workflows/build-containers.yml index 0b069d8..1d875af 100644 --- a/.github/workflows/build-containers.yml +++ b/.github/workflows/build-containers.yml @@ -293,7 +293,7 @@ jobs: uses: sigstore/cosign-installer@398d4b0eeef1380460a10c8013a76f728fb906ac # v3 - name: Install yq - uses: mikefarah/yq@0ecdce24e83f0fa127940334be98c86b07b0c488 # v4.48.1 + uses: mikefarah/yq@796317b885ae219215caa36e9bdacc87c9962c15 # v4.48.2 - name: Log in to Container Registry # Only login when we're going to push (main branch or manual trigger)