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] committed Jun 28, 2024
1 parent 7374596 commit ad515a3
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.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
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: 0.87.3
CFN_LINT_VERSION: 0.87.9

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.7.0
ACTIONLINT_VERSION: 1.7.1

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.164.0
HELMFILE_VERSION: v0.166.0

jobs:
lint:
Expand Down

0 comments on commit ad515a3

Please sign in to comment.