From 2b454042ebf0dafbbe5b120765dd43f4c81b2c16 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 11:45:15 +0000 Subject: [PATCH] chore(deps): update mikefarah/yq action to v4.47.2 --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f605324..864fd47 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -26,13 +26,13 @@ jobs: uses: actions/checkout@v5 - name: Get dependency versions - uses: mikefarah/yq@v4.47.1 + uses: mikefarah/yq@v4.47.2 id: get-versions with: cmd: yq eval 'del(.debian)' -o=json -I=0 versions.yaml - name: Get distro version - uses: mikefarah/yq@v4.47.1 + uses: mikefarah/yq@v4.47.2 id: get-distro with: cmd: yq eval '.debian' -I=0 versions.yaml