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 8a87253 commit dffd350Copy full SHA for dffd350
.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