From 5270f8a296acc881700e6eb6b329bb9ded6b5b2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 04:18:35 +0000 Subject: [PATCH] chore(deps): bump hoverkraft-tech/ci-github-common Bumps [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common) from 0.9.0 to 0.9.1. - [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases) - [Commits](https://github.com/hoverkraft-tech/ci-github-common/compare/0.9.0...0.9.1) --- updated-dependencies: - dependency-name: hoverkraft-tech/ci-github-common dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- actions/helm/release-chart/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/helm/release-chart/action.yml b/actions/helm/release-chart/action.yml index 88a38ee..ac38d90 100644 --- a/actions/helm/release-chart/action.yml +++ b/actions/helm/release-chart/action.yml @@ -45,7 +45,7 @@ outputs: runs: using: "composite" steps: - - uses: hoverkraft-tech/ci-github-common/actions/checkout@0.9.0 + - uses: hoverkraft-tech/ci-github-common/actions/checkout@0.9.1 - id: chart-values-updates uses: actions/github-script@v6.4.1