From 787bc73864d8d230b569ffafbf425cc046827176 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 01:25:52 +0000 Subject: [PATCH] chore(deps): bump bitovi/github-actions-deploy-eks-helm Bumps [bitovi/github-actions-deploy-eks-helm](https://github.com/bitovi/github-actions-deploy-eks-helm) from 1.2.10 to 1.2.12. - [Release notes](https://github.com/bitovi/github-actions-deploy-eks-helm/releases) - [Commits](https://github.com/bitovi/github-actions-deploy-eks-helm/compare/v1.2.10...v1.2.12) --- updated-dependencies: - dependency-name: bitovi/github-actions-deploy-eks-helm dependency-version: 1.2.12 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index ba92f92..c4347ae 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -88,7 +88,7 @@ jobs: - name: Deploy to Kubernetes with Helm if: ${{ !contains(github.event.head_commit.message, '[skip deploy]') }} - uses: bitovi/github-actions-deploy-eks-helm@v1.2.10 + uses: bitovi/github-actions-deploy-eks-helm@v1.2.12 with: cluster-name: ${{ vars.EKS_CLUSTER_NAME }} config-files: ${{ vars.HELM_VALUES_PATH }}