Skip to content

Commit

Permalink
Merge pull request #3 from IAreKyleW00t/renovate/azure-setup-helm-4.x
Browse files Browse the repository at this point in the history
feat(actions)!: Update azure/setup-helm action to v4
  • Loading branch information
IAreKyleW00t committed Feb 28, 2024
2 parents b99af2a + 90806b1 commit 4aaeeb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Install Helm
uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3
uses: azure/setup-helm@29960d0f5f19214b88e1d9ba750a9914ab0f1a2f # v4
with:
token: ${{ secrets.GITHUB_TOKEN }}

Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
- name: Install Helm
uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3
uses: azure/setup-helm@29960d0f5f19214b88e1d9ba750a9914ab0f1a2f # v4
with:
token: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 4aaeeb4

Please sign in to comment.