From 050e8fedbbc72cea600a1f783c08d827c41a047e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Aug 2023 16:29:06 +0200 Subject: [PATCH] build(deps): bump mikefarah/yq from 4.31.2 to 4.34.2 (#64) Bumps [mikefarah/yq](https://github.com/mikefarah/yq) from 4.31.2 to 4.34.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.31.2...v4.34.2) --- updated-dependencies: - dependency-name: mikefarah/yq dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9d2b94b..115aca7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@v3 - name: Get app version from chart - uses: mikefarah/yq@v4.31.2 + uses: mikefarah/yq@v4.34.2 id: app_version with: cmd: yq '.appVersion' charts/bitwarden-secret-operator/Chart.yaml @@ -114,7 +114,7 @@ jobs: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" - name: Get app version from chart - uses: mikefarah/yq@v4.31.2 + uses: mikefarah/yq@v4.34.2 id: app_version with: cmd: yq '.appVersion' charts/bitwarden-secret-operator/Chart.yaml