Skip to content

Commit

Permalink
Merge pull request #170 from acend/renovate/major-github-actions
Browse files Browse the repository at this point in the history
chore(deps): update github-actions to v4 (major)
  • Loading branch information
sybnex authored Apr 9, 2024
2 parents b7ed987 + 3c0523a commit 7b47326
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
- name: Install Helm
uses: azure/setup-helm@v3
uses: azure/setup-helm@v4
with:
version: v3.4.0
- name: Run chart-releaser
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ jobs:
submodules: recursive
-
name: 'Install Helm'
uses: azure/setup-helm@v3
uses: azure/setup-helm@v4
with:
version: v3.6.2
-
name: Install Kubectl
uses: azure/setup-kubectl@v3
uses: azure/setup-kubectl@v4
with:
version: v1.21.2
-
Expand Down

0 comments on commit 7b47326

Please sign in to comment.