Skip to content

Commit cb32d8b

Browse files
chore: Bump azure/setup-helm from 4.0.0 to 5.0.0 (#123)
Bumps azure/setup-helm from 4.0.0 to 5.0.0
1 parent 04b36ef commit cb32d8b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v6
19-
- uses: azure/setup-helm@29960d0f5f19214b88e1d9ba750a9914ab0f1a2f # v4.0.0
19+
- uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5.0.0
2020

2121
- name: Run quality control checks
2222
uses: ./.github/actions/ci

.github/workflows/manual-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
ref: ${{ inputs.tag }}
4141

42-
- uses: azure/setup-helm@29960d0f5f19214b88e1d9ba750a9914ab0f1a2f # v4.0.0
42+
- uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5.0.0
4343

4444
- name: Run quality control checks
4545
uses: ./.github/actions/ci

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
ref: ${{ needs.release-please.outputs.tag_name }}
6161
fetch-depth: 0 # Full history is required for proper changelog generation
6262

63-
- uses: azure/setup-helm@29960d0f5f19214b88e1d9ba750a9914ab0f1a2f # v4.0.0
63+
- uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5.0.0
6464

6565
- name: Run quality control checks
6666
uses: ./.github/actions/ci

0 commit comments

Comments
 (0)