From 63415f62b4414329a8b5f9af419b82a13857dc68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 08:22:04 +0000 Subject: [PATCH] chore(deps): bump mikefarah/yq from 4.47.2 to 4.48.1 Bumps [mikefarah/yq](https://github.com/mikefarah/yq) from 4.47.2 to 4.48.1. - [Release notes](https://github.com/mikefarah/yq/releases) - [Changelog](https://github.com/mikefarah/yq/blob/master/release_notes.txt) - [Commits](https://github.com/mikefarah/yq/compare/v4.47.2...v4.48.1) --- updated-dependencies: - dependency-name: mikefarah/yq dependency-version: 4.48.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/readme-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/readme-docs.yml b/.github/workflows/readme-docs.yml index 09fb642..4be5dbf 100644 --- a/.github/workflows/readme-docs.yml +++ b/.github/workflows/readme-docs.yml @@ -28,7 +28,7 @@ jobs: # token: ${{ secrets.PAT }} ref: ${{ inputs.branch }} - - uses: mikefarah/yq@v4.47.2 + - uses: mikefarah/yq@v4.48.1 id: yq with: cmd: yq eval '.version' 'package.json'