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 Jun 15, 2023
1 parent 69ff68d commit cefc36d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -7,7 +7,7 @@ on:
workflow_dispatch:

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

jobs:
release:
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.12.1
kubescape-version: v2.3.6

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.12.1
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.4.0
- 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.4.0
- name: Start kuberenetes cluster with cert-manager
env:
KUBE_VERSION: ${{ matrix.kube }}
Expand Down

0 comments on commit cefc36d

Please sign in to comment.