Skip to content

Commit 536cdb0

Browse files
chore(deps): updated azure/setup-helm digest to 9bc31f4 (#529)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8a0598b commit 536cdb0

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
node-version: '24'
2222

2323
- name: Install Helm
24-
uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5
24+
uses: azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5
2525
with:
2626
version: ${{ env.HELM_VERSION }}
2727

@@ -59,7 +59,7 @@ jobs:
5959
python-version: '3.14'
6060

6161
- name: Install Helm
62-
uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5
62+
uses: azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5
6363
with:
6464
version: ${{ env.HELM_VERSION }}
6565

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
git config user.name "${{ github.actor }}"
4646
git config user.email "${{ github.actor }}@users.noreply.github.com"
4747
48-
- uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5
48+
- uses: azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5
4949
with:
5050
version: ${{ env.HELM_VERSION }}
5151

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
git fetch --tags
3636
if git rev-parse "postgrescluster-${{ steps.version.outputs.version }}" >/dev/null 2>&1; then echo "skip=true" >> $GITHUB_OUTPUT; else echo "skip=false" >> $GITHUB_OUTPUT; fi
3737
38-
- uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5
38+
- uses: azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5
3939
if: steps.skip.outputs.skip == 'false'
4040
with:
4141
version: ${{ env.HELM_VERSION }}

0 commit comments

Comments
 (0)