File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ jobs:
1313 java : [ 11 ]
1414
1515 steps :
16- - uses : actions/checkout@v2
16+ - uses : actions/checkout@v3
1717 - name : Set up Java
1818 uses : actions/setup-java@v1
1919 with :
2020 java-version : ${{ matrix.java }}
2121 - name : Cache local Maven repository
22- uses : actions/cache@v2
22+ uses : actions/cache@v3
2323 with :
2424 path : ~/.m2/repository
2525 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -36,13 +36,13 @@ jobs:
3636 java : [ 8 ]
3737
3838 steps :
39- - uses : actions/checkout@v2
39+ - uses : actions/checkout@v3
4040 - name : Set up Java
4141 uses : actions/setup-java@v1
4242 with :
4343 java-version : ${{ matrix.java }}
4444 - name : Cache local Maven repository
45- uses : actions/cache@v2
45+ uses : actions/cache@v3
4646 with :
4747 path : ~/.m2/repository
4848 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
You can’t perform that action at this time.
0 commit comments