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 #481

Closed
wants to merge 1 commit into from
Closed
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
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
id: install-kubectl
if: steps.single_chart_changed.outputs.changes != ''

- uses: azure/setup-helm@v3.3
- uses: azure/setup-helm@v3.4
id: install-helm
if: steps.single_chart_changed.outputs.changes != ''
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fetch-depth: 0

- name: Set up Helm
uses: azure/setup-helm@v3.3
uses: azure/setup-helm@v3.4
with:
version: ${{ env.helm-version }}

Expand Down
2 changes: 1 addition & 1 deletion .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.2
go-version: 1.19.3

jobs:
lint:
Expand Down