From da63a1f1fbc95d5c3be5f466e4b43abae39354af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 02:14:24 +0000 Subject: [PATCH] build(deps): bump mikefarah/yq from 4.33.3 to 4.34.1 Bumps [mikefarah/yq](https://github.com/mikefarah/yq) from 4.33.3 to 4.34.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.33.3...v4.34.1) --- updated-dependencies: - dependency-name: mikefarah/yq dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5477c68..a20f843 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -58,7 +58,7 @@ jobs: uses: actions/checkout@v3 - name: Add yq for reading recipe.yml - uses: mikefarah/yq@v4.33.3 + uses: mikefarah/yq@v4.34.1 - name: Gather image data from recipe run: |