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 Feb 10, 2023
1 parent 69ff68d commit 88cf74e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.11.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.11.1
kubescape-version: v2.1.3

jobs:
security-audit:
Expand Down
2 changes: 1 addition & 1 deletion .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.11.1
jobs:
lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 88cf74e

Please sign in to comment.