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.
2 parents 34e3711 + f30e0f1 commit 6730bc7Copy full SHA for 6730bc7
.github/workflows/pull-request.yml
@@ -17,7 +17,7 @@ jobs:
17
java-version: ${{ matrix.java }}
18
distribution: 'adopt'
19
- name: Cache Maven packages
20
- uses: actions/cache@v2
+ uses: actions/cache@v3
21
with:
22
path: ~/.m2
23
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
0 commit comments