Skip to content

Commit 1d7551a

Browse files
committed
Bump minikube setup action to fix build
The release notes for the action suggest updating it will fix our jobs that are failing to setup k8s 1.24.
1 parent 28c5c9e commit 1d7551a

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
@@ -37,7 +37,7 @@ runs:
3737
- name: Create minikube Kubernetes ${{ inputs.k8s_version }} Cluster
3838
id: create-minikube-cluster
3939
if: ${{ inputs.k8s_version != '' }}
40-
uses: manusa/actions-setup-minikube@a36e52547d6fb013f8873758b695ae97a353377b # v2.7.0
40+
uses: manusa/actions-setup-minikube@aa7a69c8cdc3e095a90e146e8f96cdaf950e2e7e # v2.7.2
4141
with:
4242
minikube version: '${{ inputs.minikube_version }}'
4343
kubernetes version: '${{ inputs.k8s_version }}'

0 commit comments

Comments
 (0)