We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d80d7bf commit 274b63fCopy full SHA for 274b63f
.github/workflows/integration.yml
@@ -26,7 +26,7 @@ jobs:
26
distribution: 'temurin'
27
cache: maven
28
- name: Cache Maven packages
29
- uses: actions/cache@v3
+ uses: actions/cache@v4
30
with:
31
path: ~/.m2
32
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
0 commit comments