From 38e3b89016091401d0c5c3a3ad2eeabbdb04c3f1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 18:42:20 +0200 Subject: [PATCH] chore(deps): update all non-major dependencies (#84) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/deploy_helmfile.yaml | 2 +- .github/workflows/lint_cloudformation.yaml | 2 +- .github/workflows/lint_gh_actions.yaml | 2 +- .github/workflows/lint_helmfile.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy_helmfile.yaml b/.github/workflows/deploy_helmfile.yaml index 81509ff..ddb75df 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.7.0 + HELM_DIFF_PLUGIN_VERSION: v3.8.1 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 37fabfd..bde5c25 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: v0.79.11 + CFN_LINT_VERSION: 0.80.4 jobs: lint: diff --git a/.github/workflows/lint_gh_actions.yaml b/.github/workflows/lint_gh_actions.yaml index 3376b7d..2a41be5 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.6.23 + ACTIONLINT_VERSION: 1.6.26 jobs: lint: diff --git a/.github/workflows/lint_helmfile.yaml b/.github/workflows/lint_helmfile.yaml index 6def6b6..b98d192 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.155.1 + HELMFILE_VERSION: v0.157.0 jobs: lint: