Skip to content
This repository was archived by the owner on Jan 18, 2024. It is now read-only.

Commit 04df05f

Browse files
chore(deps): update github actions
1 parent 7ded6b6 commit 04df05f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/push.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
- pull_request
55

66
env:
7-
helm-version: v3.11.0
7+
helm-version: v3.13.3
88

99
jobs:
1010
test:
@@ -20,7 +20,7 @@ jobs:
2020
run: echo "::set-output name=changes::$(git diff-tree --no-commit-id --name-only -r ${{ github.sha }} charts/timescaledb-single/Chart.yaml)"
2121

2222
- name: Create kind cluster
23-
uses: helm/kind-action@v1.5.0
23+
uses: helm/kind-action@v1.8.0
2424
if: steps.single_chart_changed.outputs.changes != ''
2525

2626
- uses: azure/setup-kubectl@v3

.github/workflows/release.yml

+2-2
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.13.3
1111

1212
jobs:
1313
release:
@@ -64,7 +64,7 @@ jobs:
6464
helm s3 push dist/* tscharts --acl public-read --relative --ignore-if-exists
6565
6666
- name: Create release
67-
uses: ncipollo/release-action@v1.12.0
67+
uses: ncipollo/release-action@v1.13.0
6868
with:
6969
tag: ${{ steps.chart.outputs.chart }}-${{ steps.chartversion.outputs.version }}
7070
allowUpdates: true

.github/workflows/tests.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
- pull_request
55

66
env:
7-
go-version: 1.19.5
7+
go-version: 1.21.6
88

99
jobs:
1010
lint:
@@ -23,7 +23,7 @@ jobs:
2323
run: go install github.com/brancz/gojsontoyaml@latest
2424

2525
- name: Set up chart-testing
26-
uses: helm/chart-testing-action@v2.3.1
26+
uses: helm/chart-testing-action@v2.6.1
2727

2828
- name: Run chart-testing (lint)
2929
run: make lint
@@ -66,7 +66,7 @@ jobs:
6666
fetch-depth: 0
6767

6868
- name: Set up chart-testing
69-
uses: helm/chart-testing-action@v2.3.1
69+
uses: helm/chart-testing-action@v2.6.1
7070

7171
- name: Start kuberenetes cluster
7272
env:

0 commit comments

Comments
 (0)