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] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-05-29 02:14:24 +00:00
committed by EinoHR
parent a01549d081
commit da63a1f1fb

View File

@@ -58,7 +58,7 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Add yq for reading recipe.yml - 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 - name: Gather image data from recipe
run: | run: |