diff --git a/.github/workflows/deploy_helmfile.yaml b/.github/workflows/deploy_helmfile.yaml index 8ba107e..d707819 100644 --- a/.github/workflows/deploy_helmfile.yaml +++ b/.github/workflows/deploy_helmfile.yaml @@ -139,7 +139,7 @@ jobs: # TODO: remove secrets plugin as it is not used anymore HELM_SECRETS_PLUGIN_VERSION: v3.8.3 # renovate: datasource=github-releases depName=databus23/helm-diff - HELM_DIFF_PLUGIN_VERSION: v3.9.6 + HELM_DIFF_PLUGIN_VERSION: v3.9.8 run: | HELMFILE_VERSION_WITHOUT_PREFIX=${HELMFILE_VERSION:1} curl -fsSL -o eksctl.tar.gz https://github.com/weaveworks/eksctl/releases/download/${{ env.EKSCTL_VERSION }}/eksctl_Linux_amd64.tar.gz diff --git a/.github/workflows/lint_cloudformation.yaml b/.github/workflows/lint_cloudformation.yaml index 949a359..30a28b5 100644 --- a/.github/workflows/lint_cloudformation.yaml +++ b/.github/workflows/lint_cloudformation.yaml @@ -17,7 +17,7 @@ on: env: # renovate: datasource=pypi depName=cfn-lint - CFN_LINT_VERSION: 0.87.3 + CFN_LINT_VERSION: 0.87.9 jobs: lint: diff --git a/.github/workflows/lint_gh_actions.yaml b/.github/workflows/lint_gh_actions.yaml index b2bae10..8aafc5f 100644 --- a/.github/workflows/lint_gh_actions.yaml +++ b/.github/workflows/lint_gh_actions.yaml @@ -10,7 +10,7 @@ on: env: # renovate: datasource=docker depName=rhysd/actionlint - ACTIONLINT_VERSION: 1.7.0 + ACTIONLINT_VERSION: 1.7.1 jobs: lint: diff --git a/.github/workflows/lint_helmfile.yaml b/.github/workflows/lint_helmfile.yaml index 95d98e7..d3a4697 100644 --- a/.github/workflows/lint_helmfile.yaml +++ b/.github/workflows/lint_helmfile.yaml @@ -26,7 +26,7 @@ on: env: # renovate: datasource=github-releases depName=helmfile/helmfile - HELMFILE_VERSION: v0.164.0 + HELMFILE_VERSION: v0.166.0 jobs: lint: