From 4694a7ca76cda54d2f12ca8aa7f8441aa1a6f4e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 May 2025 08:26:23 +0000 Subject: [PATCH] chore(deps): bump mikefarah/yq from 4.45.1 to 4.45.3 Bumps [mikefarah/yq](https://github.com/mikefarah/yq) from 4.45.1 to 4.45.3. - [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.3) --- updated-dependencies: - dependency-name: mikefarah/yq dependency-version: 4.45.3 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..7807d387 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.3 id: yq with: cmd: yq eval '.version' 'package.json'