From 6fcab9490b575fd7514727d2b1e4b8e46fd49f57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 23:07:54 +0000 Subject: [PATCH] Bump ncipollo/release-action from 1.10.0 to 1.11.0 Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.10.0 to 1.11.0. - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](https://github.com/ncipollo/release-action/compare/v1.10.0...v1.11.0) --- updated-dependencies: - dependency-name: ncipollo/release-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/helm-release-push-charts.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helm-release-push-charts.yaml b/.github/workflows/helm-release-push-charts.yaml index 8924484..ce365ba 100644 --- a/.github/workflows/helm-release-push-charts.yaml +++ b/.github/workflows/helm-release-push-charts.yaml @@ -90,7 +90,7 @@ jobs: - name: Create Release - uses: ncipollo/release-action@v1.10.0 + uses: ncipollo/release-action@v1.11.0 with: token: ${{ secrets.REPO_ACCESS_TOKEN }} tag: ${{ steps.semvers.outputs.patch }}