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

Commit

Permalink
chore(deps): update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 13, 2023
1 parent 7ded6b6 commit 8a4d6e9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
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.13.3

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.13.3

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.5

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

0 comments on commit 8a4d6e9

Please sign in to comment.