Skip to content

Commit 6eaf4a5

Browse files
chore(deps): update all non-major dependencies
1 parent 7374596 commit 6eaf4a5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/deploy_helmfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
# TODO: remove secrets plugin as it is not used anymore
140140
HELM_SECRETS_PLUGIN_VERSION: v3.8.3
141141
# renovate: datasource=github-releases depName=databus23/helm-diff
142-
HELM_DIFF_PLUGIN_VERSION: v3.9.6
142+
HELM_DIFF_PLUGIN_VERSION: v3.9.9
143143
run: |
144144
HELMFILE_VERSION_WITHOUT_PREFIX=${HELMFILE_VERSION:1}
145145
curl -fsSL -o eksctl.tar.gz https://github.com/weaveworks/eksctl/releases/download/${{ env.EKSCTL_VERSION }}/eksctl_Linux_amd64.tar.gz

.github/workflows/lint_cloudformation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717

1818
env:
1919
# renovate: datasource=pypi depName=cfn-lint
20-
CFN_LINT_VERSION: 0.87.3
20+
CFN_LINT_VERSION: 0.87.10
2121

2222
jobs:
2323
lint:

.github/workflows/lint_gh_actions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
env:
1212
# renovate: datasource=docker depName=rhysd/actionlint
13-
ACTIONLINT_VERSION: 1.7.0
13+
ACTIONLINT_VERSION: 1.7.1
1414

1515
jobs:
1616
lint:

.github/workflows/lint_helmfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ on:
2626

2727
env:
2828
# renovate: datasource=github-releases depName=helmfile/helmfile
29-
HELMFILE_VERSION: v0.164.0
29+
HELMFILE_VERSION: v0.167.1
3030

3131
jobs:
3232
lint:

0 commit comments

Comments
 (0)