We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c23655e commit 2e11300Copy full SHA for 2e11300
.github/workflows/build.yaml
@@ -24,7 +24,7 @@ jobs:
24
java-version: ${{ matrix.java-version }}
25
26
- name: Cache Maven packages
27
- uses: actions/cache@v3.0.6
+ uses: actions/cache@v4.0.0
28
with:
29
path: ~/.m2
30
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
0 commit comments