Skip to content

Commit 49b9112

Browse files
committed
Workflow update
1 parent 7fcb644 commit 49b9112

File tree

1 file changed

+1
-1
lines changed
  • .github/actions/setup-chart-testing-environment

1 file changed

+1
-1
lines changed

.github/actions/setup-chart-testing-environment/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ runs:
3939
- name: Create minikube Kubernetes ${{ inputs.k8s_version }} Cluster
4040
id: create-minikube-cluster
4141
if: ${{ inputs.k8s_version != '' }}
42-
uses: manusa/actions-setup-minikube@aa7a69c8cdc3e095a90e146e8f96cdaf950e2e7e # v2.7.2
42+
uses: manusa/actions-setup-minikube@v2.14.0
4343
with:
4444
minikube version: '${{ inputs.minikube_version }}'
4545
kubernetes version: '${{ inputs.k8s_version }}'

0 commit comments

Comments
 (0)