From 2b2e3025f7576b47eb6c6149c4f91a7e17378e25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 10:03:00 +0000 Subject: [PATCH] build: bump mikefarah/yq from 4.30.8 to 4.33.3 Bumps [mikefarah/yq](https://github.com/mikefarah/yq) from 4.30.8 to 4.33.3. - [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.30.8...v4.33.3) --- updated-dependencies: - dependency-name: mikefarah/yq dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/workflow_update-k8s-versions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow_update-k8s-versions.yaml b/.github/workflows/workflow_update-k8s-versions.yaml index 03b8d0e..83b44f8 100644 --- a/.github/workflows/workflow_update-k8s-versions.yaml +++ b/.github/workflows/workflow_update-k8s-versions.yaml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v3 - name: Install yq - portable yaml processor - uses: mikefarah/yq@v4.30.8 + uses: mikefarah/yq@v4.33.3 - name: Execute update script run: ./.github/scripts/update-supported-k8s-versions.sh