Skip to content

Commit 96329e4

Browse files
chore(deps): update github actions
1 parent 69ff68d commit 96329e4

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/release.yml

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

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

1212
jobs:
1313
release:
@@ -50,7 +50,7 @@ jobs:
5050
helm s3 push chart_release/* tscharts --acl public-read --relative
5151
5252
- name: Create release
53-
uses: ncipollo/release-action@v1.12.0
53+
uses: ncipollo/release-action@v1.14.0
5454
with:
5555
tag: ${{ env.CHART_VERSION }}
5656
allowUpdates: true

.github/workflows/sec-audit.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ on:
99

1010
env:
1111
golang-version: 1.18.4
12-
helm-version: v3.11.0
13-
kubescape-version: v2.0.183
12+
helm-version: v3.14.2
13+
kubescape-version: v2.9.2
1414

1515
jobs:
1616
security-audit:

.github/workflows/tests.yml

+3-3
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.11.0
7+
helm-version: v3.14.2
88
jobs:
99
lint:
1010
runs-on: ubuntu-latest
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
fetch-depth: 0
1616
- name: Set up chart-testing
17-
uses: helm/chart-testing-action@v2.3.1
17+
uses: helm/chart-testing-action@v2.6.1
1818
- name: Run chart-testing (lint)
1919
run: make lint
2020
- name: Run ShellCheck on scripts shipped with helm chart
@@ -43,7 +43,7 @@ jobs:
4343
sudo sysctl fs.inotify.max_user_watches=524288
4444
sudo sysctl fs.inotify.max_user_instances=524288
4545
- name: Set up chart-testing
46-
uses: helm/chart-testing-action@v2.3.1
46+
uses: helm/chart-testing-action@v2.6.1
4747
- name: Start kuberenetes cluster with cert-manager
4848
env:
4949
KUBE_VERSION: ${{ matrix.kube }}

0 commit comments

Comments
 (0)