File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,18 +13,18 @@ jobs:
1313 steps :
1414
1515 # Check out the code
16- - uses : actions/checkout@v2
16+ - uses : actions/checkout@v3
1717
1818 # Enable caching of Maven dependencies to speed up job execution. See https://github.com/actions/cache
19- - uses : actions/cache@v1
19+ - uses : actions/cache@v3
2020 with :
2121 path : ~/.m2/repository
2222 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
2323 restore-keys : |
2424 ${{ runner.os }}-maven-
2525 # Set up Java 1.8 with Maven including a .m2/settings.xml file. See https://github.com/actions/setup-java
2626 - name : Set up JDK 1.8 and Maven settings file
27- uses : actions/setup-java@v1
27+ uses : actions/setup-java@v3
2828 with :
2929 java-version : 1.8
3030 server-id : openmrs-repo-snapshots
You can’t perform that action at this time.
0 commit comments