File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,26 +18,25 @@ jobs:
1818 - ' v1.29.2'
1919
2020 steps :
21- - uses : actions/checkout@v2
21+ - uses : actions/checkout@v4
2222 - name : Set up JDK
2323 uses : actions/setup-java@v1
2424 with :
2525 java-version : ${{ matrix.java }}
2626 - name : Cache Maven packages
27- uses : actions/cache@v2
27+ uses : actions/cache@v4
2828 with :
2929 path : ~/.m2
3030 key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
3131 restore-keys : ${{ runner.os }}-m2
3232 - name : Setup Minikube
33- uses : manusa/actions-setup-minikube@v2.7.2
33+ uses : manusa/actions-setup-minikube@v2.10.0
3434 with :
35- minikube version : ' v1.28 .0'
35+ minikube version : ' v1.32 .0'
3636 kubernetes version : ${{ matrix.kubernetes }}
3737 github token : ${{ secrets.GITHUB_TOKEN }}
3838 - name : Pull images
3939 run : |
40- minikube image pull ledfan/shinyproxy:3.0.0-SNAPSHOT-20230116.114943
4140 minikube image pull openanalytics/shinyproxy-demo
4241 minikube image pull curlimages/curl:latest
4342 - name : Build with Maven
You can’t perform that action at this time.
0 commit comments