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