From f2ebdd7ef118389b0ed4621d334e352f31ba1eb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 10:52:39 -0600 Subject: [PATCH] Bump kyverno/action-install-chainsaw from 0.2.0 to 0.2.1 (#1192) Bumps [kyverno/action-install-chainsaw](https://github.com/kyverno/action-install-chainsaw) from 0.2.0 to 0.2.1. - [Release notes](https://github.com/kyverno/action-install-chainsaw/releases) - [Commits](https://github.com/kyverno/action-install-chainsaw/compare/v0.2.0...v0.2.1) --- updated-dependencies: - dependency-name: kyverno/action-install-chainsaw dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/operator-test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/operator-test.yaml b/.github/workflows/operator-test.yaml index 1888ebb9c3c..f5402c01d65 100644 --- a/.github/workflows/operator-test.yaml +++ b/.github/workflows/operator-test.yaml @@ -46,7 +46,7 @@ jobs: git clone -b v"$appVersion" --single-branch https://github.com/open-telemetry/opentelemetry-operator.git ./opentelemetry-operator - name: Install chainsaw - uses: kyverno/action-install-chainsaw@v0.2.0 + uses: kyverno/action-install-chainsaw@v0.2.1 - name: Install metrics-server run: | @@ -98,7 +98,7 @@ jobs: git clone -b v"$appVersion" --single-branch https://github.com/open-telemetry/opentelemetry-operator.git ./opentelemetry-operator - name: Install chainsaw - uses: kyverno/action-install-chainsaw@v0.2.0 + uses: kyverno/action-install-chainsaw@v0.2.1 - name: Install metrics-server run: |