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

chore(deps): update github actions #565

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
- pull_request

env:
helm-version: v3.11.0
helm-version: v3.14.0

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

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

- uses: azure/setup-kubectl@v3
Expand Down
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.11.0
helm-version: v3.14.0

jobs:
release:
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
helm s3 push dist/* tscharts --acl public-read --relative --ignore-if-exists

- name: Create release
uses: ncipollo/release-action@v1.12.0
uses: ncipollo/release-action@v1.13.0
with:
tag: ${{ steps.chart.outputs.chart }}-${{ steps.chartversion.outputs.version }}
allowUpdates: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
- pull_request

env:
go-version: 1.19.5
go-version: 1.21.6

jobs:
lint:
Expand All @@ -23,7 +23,7 @@ jobs:
run: go install github.com/brancz/gojsontoyaml@latest

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

- name: Run chart-testing (lint)
run: make lint
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
fetch-depth: 0

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

- name: Start kuberenetes cluster
env:
Expand Down
Loading