Skip to content

Commit

Permalink
chore(deps): update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 13, 2024
1 parent 69ff68d commit bb84634
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -7,7 +7,7 @@ on:
workflow_dispatch:

env:
helm-version: v3.11.0
helm-version: v3.14.3

jobs:
release:
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
helm s3 push chart_release/* tscharts --acl public-read --relative
- name: Create release
uses: ncipollo/release-action@v1.12.0
uses: ncipollo/release-action@v1.14.0
with:
tag: ${{ env.CHART_VERSION }}
allowUpdates: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sec-audit.yml
Expand Up @@ -9,8 +9,8 @@ on:

env:
golang-version: 1.18.4
helm-version: v3.11.0
kubescape-version: v2.0.183
helm-version: v3.14.3
kubescape-version: v2.9.2

jobs:
security-audit:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Expand Up @@ -4,7 +4,7 @@ on:
branches-ignore: ['renovate/**']
pull_request:
env:
helm-version: v3.11.0
helm-version: v3.14.3
jobs:
lint:
runs-on: ubuntu-latest
Expand All @@ -14,7 +14,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up chart-testing
uses: helm/chart-testing-action@v2.3.1
uses: helm/chart-testing-action@v2.6.1
- name: Run chart-testing (lint)
run: make lint
- name: Run ShellCheck on scripts shipped with helm chart
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
sudo sysctl fs.inotify.max_user_watches=524288
sudo sysctl fs.inotify.max_user_instances=524288
- name: Set up chart-testing
uses: helm/chart-testing-action@v2.3.1
uses: helm/chart-testing-action@v2.6.1
- name: Start kuberenetes cluster with cert-manager
env:
KUBE_VERSION: ${{ matrix.kube }}
Expand Down

0 comments on commit bb84634

Please sign in to comment.