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 1abe40f commit fbee134Copy full SHA for fbee134
.github/workflows/maven-master-pulls.yml
@@ -36,13 +36,13 @@ jobs:
36
java: [ 8 ]
37
38
steps:
39
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
40
- name: Set up Java
41
uses: actions/setup-java@v1
42
with:
43
java-version: ${{ matrix.java }}
44
- name: Cache local Maven repository
45
- uses: actions/cache@v2
+ uses: actions/cache@v3
46
47
path: ~/.m2/repository
48
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
0 commit comments