Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 3, 2023
1 parent 3d5ec5b commit 5a59e76
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint_cloudformation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint_gh_actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

env:
# renovate: datasource=docker depName=rhysd/actionlint
ACTIONLINT_VERSION: 1.6.23
ACTIONLINT_VERSION: 1.6.26

jobs:
lint:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint_helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5a59e76

Please sign in to comment.