We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6340ffa + 888aea7 commit 79d1b00Copy full SHA for 79d1b00
.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@v3
+ uses: actions/cache@v4
21
with:
22
path: ~/.m2
23
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
0 commit comments