From 95ee93e811e8da433fd1553d719cdf59cccd40df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 07:01:43 +0000 Subject: [PATCH] Bump mikefarah/yq from 4.28.2 to 4.43.1 Bumps [mikefarah/yq](https://github.com/mikefarah/yq) from 4.28.2 to 4.43.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.28.2...v4.43.1) --- updated-dependencies: - dependency-name: mikefarah/yq dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/airgap-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/airgap-test.yaml b/.github/workflows/airgap-test.yaml index 64603287f..8dd28e818 100644 --- a/.github/workflows/airgap-test.yaml +++ b/.github/workflows/airgap-test.yaml @@ -18,7 +18,7 @@ jobs: - name: Install Helm run: sudo snap install helm --classic - name: Install yq - uses: mikefarah/yq@v4.28.2 + uses: mikefarah/yq@v4.43.1 - name: Install jq run: sudo apt install jq -y - name: Run test