From c5c14cd4e79ca60c34369cce9fa13a0647fe067c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 10:15:53 +0000 Subject: [PATCH] chore(ci): bump mikefarah/yq from 4.52.5 to 4.53.2 Bumps [mikefarah/yq](https://github.com/mikefarah/yq) from 4.52.5 to 4.53.2. - [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.52.5...v4.53.2) --- updated-dependencies: - dependency-name: mikefarah/yq dependency-version: 4.53.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/bootstrap.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bootstrap.yml b/.github/workflows/bootstrap.yml index b0b7b1a..25ed64a 100644 --- a/.github/workflows/bootstrap.yml +++ b/.github/workflows/bootstrap.yml @@ -41,7 +41,7 @@ jobs: echo "distribution=$DISTRIBUTION" >> $GITHUB_OUTPUT - name: Install yq - uses: mikefarah/yq@v4.52.5 + uses: mikefarah/yq@v4.53.2 - name: Load bootstrap config id: load_config