We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f35973 commit ff477c2Copy full SHA for ff477c2
.github/workflows/maven.yml
@@ -31,7 +31,7 @@ jobs:
31
# experimental: true
32
steps:
33
- uses: actions/checkout@v3
34
- - uses: actions/cache@v2.1.7
+ - uses: actions/cache@v4.2.1
35
with:
36
path: ~/.m2/repository
37
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
0 commit comments