Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion actions/cicd-build-publish-charts/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ runs:
fetch-depth: ${{ inputs.checkout-repo-fetch-depth }}

- name: Setup helm
uses: azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814 # v4.2.0
uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5.0.0
with:
version: v3.12.0

Expand Down
2 changes: 1 addition & 1 deletion actions/ctf-setup-run-tests-environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ runs:
password: ${{ inputs.dockerhub_password }}

# Helm Setup
- uses: azure/setup-helm@29960d0f5f19214b88e1d9ba750a9914ab0f1a2f # v4.0.0
- uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5.0.0
with:
version: v3.13.1
- name: Add required helm charts including chainlink-qa
Expand Down
Loading