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 Jun 6, 2023
1 parent 7ded6b6 commit 036225e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.12.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.7.0
if: steps.single_chart_changed.outputs.changes != ''

- uses: azure/setup-kubectl@v3
Expand Down
2 changes: 1 addition & 1 deletion .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.12.0

jobs:
release:
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.20.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.4.0

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

- name: Start kuberenetes cluster
env:
Expand Down

0 comments on commit 036225e

Please sign in to comment.