From 5a59e76181fb7cc736f37c3f0bc57623242e25ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 16:32:33 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- .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 1dce87a..3f2169c 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 34573e3..cef0b01 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 28e1ab7..eb05160 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 f05f364..388262f 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: