Skip to content

Commit 1bc866e

Browse files
Merge pull request #542 from voxel51/dependabot/github_actions/azure/setup-helm-5
chore(deps): bump azure/setup-helm from 4 to 5
2 parents afc8516 + 1f3b6e1 commit 1bc866e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pre-release-internal-env.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
echo "FIFTYONE_TEAMS_APP_DEPLOY_VERSION=${version}" >> "${GITHUB_ENV}"
7979
8080
- name: Install Helm
81-
uses: azure/setup-helm@v4
81+
uses: azure/setup-helm@v5
8282
with:
8383
version: latest
8484

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
2828
2929
- name: Install Helm
30-
uses: azure/setup-helm@v4
30+
uses: azure/setup-helm@v5
3131
with:
3232
version: 'latest'
3333

0 commit comments

Comments
 (0)