Skip to content

Commit 424e59f

Browse files
authored
Merge pull request #688 from timescale/renovate/github-actions
chore(deps): update dependency helm/helm to v3.11.0
2 parents b09d155 + 946a76b commit 424e59f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
workflow_dispatch:
88

99
env:
10-
helm-version: v3.10.3
10+
helm-version: v3.11.0
1111

1212
jobs:
1313
release:

.github/workflows/sec-audit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
env:
1111
golang-version: 1.18.4
12-
helm-version: v3.10.3
12+
helm-version: v3.11.0
1313
kubescape-version: v2.0.183
1414

1515
jobs:

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
branches-ignore: ['renovate/**']
55
pull_request:
66
env:
7-
helm-version: v3.10.3
7+
helm-version: v3.11.0
88
jobs:
99
lint:
1010
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)