From 0448a0079f330de6bc552e4f62a9c88ae7c5125d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Oct 2025 04:59:07 +0000 Subject: [PATCH] chore(deps): update mikefarah/yq action to v4.48.1 --- .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 0f58490..a8bc4d5 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.2 + uses: mikefarah/yq@v4.48.1 id: get-versions with: cmd: yq eval 'del(.debian)' -o=json -I=0 versions.yaml - name: Get distro version - uses: mikefarah/yq@v4.47.2 + uses: mikefarah/yq@v4.48.1 id: get-distro with: cmd: yq eval '.debian' -I=0 versions.yaml