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