From 96f2bd31117cbe703109523377ea8280eba39227 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 08:09:44 +0000 Subject: [PATCH] chore(deps): bump mikefarah/yq from 4.45.1 to 4.45.4 Bumps [mikefarah/yq](https://github.com/mikefarah/yq) from 4.45.1 to 4.45.4. - [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.45.1...v4.45.4) --- updated-dependencies: - dependency-name: mikefarah/yq dependency-version: 4.45.4 dependency-type: direct:production update-type: version-update:semver-patch ... 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 8c14c437..8ced6b99 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.45.1 + - uses: mikefarah/yq@v4.45.4 id: yq with: cmd: yq eval '.version' 'package.json'