From 6ffd2b27b4da36c51cd0ec76f4403f575c659242 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 11:38:49 +0000 Subject: [PATCH] chore(deps): bump dcarbone/install-yq-action from 1.1.0 to 1.1.1 Bumps [dcarbone/install-yq-action](https://github.com/dcarbone/install-yq-action) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/dcarbone/install-yq-action/releases) - [Commits](https://github.com/dcarbone/install-yq-action/compare/v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: dcarbone/install-yq-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/update-sysdig-deploy-chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-sysdig-deploy-chart.yaml b/.github/workflows/update-sysdig-deploy-chart.yaml index 626353851..be9eb8ab0 100644 --- a/.github/workflows/update-sysdig-deploy-chart.yaml +++ b/.github/workflows/update-sysdig-deploy-chart.yaml @@ -28,7 +28,7 @@ jobs: - name: Install YQ if: steps.dependent_files.outputs.any_changed == 'true' - uses: dcarbone/install-yq-action@v1.1.0 + uses: dcarbone/install-yq-action@v1.1.1 - name: run the script if: steps.dependent_files.outputs.any_changed == 'true'