We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6e228f commit 1bbdb13Copy full SHA for 1bbdb13
.github/workflows/master-snapshot-release.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Run unit tests
27
run: mvn -B test --file pom.xml
28
- name: Set up Minikube
29
- uses: manusa/actions-setup-minikube@v2.3.0
+ uses: manusa/actions-setup-minikube@v2.4.2
30
with:
31
minikube version: 'v1.15.1'
32
kubernetes version: ${{ matrix.kubernetes }}
.github/workflows/pr.yml
0 commit comments