We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6521bdd commit 7fc100dCopy full SHA for 7fc100d
.github/workflows/build.yml
@@ -14,7 +14,7 @@ jobs:
14
15
steps:
16
- uses: actions/[email protected]
17
- - uses: actions/cache@v2.1.7
+ - uses: actions/cache@v3.0.10
18
with:
19
path: ~/.m2/repository
20
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
0 commit comments