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] authored Dec 20, 2022
1 parent 2a469ce commit ea9581f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
workflow_dispatch:

env:
helm-version: v3.10.2
helm-version: v3.10.3

jobs:
release:
Expand All @@ -21,7 +21,7 @@ jobs:
fetch-depth: 0

- name: Set up Helm
uses: azure/setup-helm@v3.4
uses: azure/setup-helm@v3.5
with:
version: ${{ env.helm-version }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sec-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

env:
golang-version: 1.18.4
helm-version: v3.10.2
helm-version: v3.10.3
kubescape-version: v2.0.178

jobs:
Expand All @@ -26,7 +26,7 @@ jobs:
go-version: ${{ env.golang-version }}

- name: Set up Helm
uses: azure/setup-helm@v3.4
uses: azure/setup-helm@v3.5
with:
version: ${{ env.helm-version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches-ignore: ['renovate/**']
pull_request:
env:
helm-version: v3.10.2
helm-version: v3.10.3
jobs:
lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ea9581f

Please sign in to comment.