Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 49ba38a

Browse files
authoredFeb 14, 2023
chore(deps): update github actions
1 parent 69ff68d commit 49ba38a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

‎.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
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.11.1
1111

1212
jobs:
1313
release:

‎.github/workflows/sec-audit.yml

Lines changed: 2 additions & 2 deletions
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.11.1
13+
kubescape-version: v2.2.0
1414

1515
jobs:
1616
security-audit:

‎.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
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.11.1
88
jobs:
99
lint:
1010
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)
Please sign in to comment.