From 2946b2769e27989f0d8bcb139503ed6c73b98fee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Mar 2022 16:31:34 +0000 Subject: [PATCH] Bump mikefarah/yq from 4.23.1 to 4.24.2 Bumps [mikefarah/yq](https://github.com/mikefarah/yq) from 4.23.1 to 4.24.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/03f57b7034d0330d54663881def67523347dfc9c...bc2118736bca883de2e2c345bb7f7ef52c994920) --- updated-dependencies: - dependency-name: mikefarah/yq dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/kind-cluster-image-policy.yaml | 2 +- .github/workflows/kind-e2e-cosigned.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/kind-cluster-image-policy.yaml b/.github/workflows/kind-cluster-image-policy.yaml index bc62fef0151..d1076961a68 100644 --- a/.github/workflows/kind-cluster-image-policy.yaml +++ b/.github/workflows/kind-cluster-image-policy.yaml @@ -57,7 +57,7 @@ jobs: - uses: imjasonh/setup-ko@2c3450ca27f6e6f2b02e72a40f2163c281a1f675 # v0.4 - name: Install yq - uses: mikefarah/yq@03f57b7034d0330d54663881def67523347dfc9c # v4.16.2 + uses: mikefarah/yq@bc2118736bca883de2e2c345bb7f7ef52c994920 # v4.16.2 - name: Setup mirror uses: chainguard-dev/actions/setup-mirror@main diff --git a/.github/workflows/kind-e2e-cosigned.yaml b/.github/workflows/kind-e2e-cosigned.yaml index dc4c77edc92..a7125a7a7c0 100644 --- a/.github/workflows/kind-e2e-cosigned.yaml +++ b/.github/workflows/kind-e2e-cosigned.yaml @@ -51,7 +51,7 @@ jobs: - uses: imjasonh/setup-ko@2c3450ca27f6e6f2b02e72a40f2163c281a1f675 # v0.4 - name: Install yq - uses: mikefarah/yq@03f57b7034d0330d54663881def67523347dfc9c # v4.16.2 + uses: mikefarah/yq@bc2118736bca883de2e2c345bb7f7ef52c994920 # v4.16.2 - name: Install Cosign run: |