From a28f8ce132f89a978af26bbfdcb06ee78ea7da36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 11:53:26 +0000 Subject: [PATCH] build(deps): bump mikefarah/yq from 4.35.1 to 4.44.1 Bumps [mikefarah/yq](https://github.com/mikefarah/yq) from 4.35.1 to 4.44.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.35.1...v4.44.1) --- updated-dependencies: - dependency-name: mikefarah/yq dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 7224d2f..dca33e7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@v4 - name: Get app version from chart - uses: mikefarah/yq@v4.35.1 + uses: mikefarah/yq@v4.44.1 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.35.1 + uses: mikefarah/yq@v4.44.1 id: app_version with: cmd: yq '.appVersion' charts/bitwarden-secret-operator/Chart.yaml