Skip to content

Commit 6a940bc

Browse files
chore(deps): update github actions
1 parent ffb1c2e commit 6a940bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
helm s3 push chart_release/* tscharts --acl public-read --relative
5151
5252
- name: Create release
53-
uses: ncipollo/release-action@v1.11.2
53+
uses: ncipollo/release-action@v1.12.0
5454
with:
5555
tag: ${{ env.CHART_VERSION }}
5656
allowUpdates: true

.github/workflows/sec-audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
env:
1111
golang-version: 1.18.4
1212
helm-version: v3.10.2
13-
kubescape-version: v2.0.176
13+
kubescape-version: v2.0.178
1414

1515
jobs:
1616
security-audit:

0 commit comments

Comments
 (0)