We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 277ff0b commit 07fdbadCopy full SHA for 07fdbad
.github/workflows/test.yml
@@ -18,7 +18,7 @@ jobs:
18
19
steps:
20
- uses: actions/checkout@v3
21
- - uses: actions/cache@v3.0.11
+ - uses: actions/cache@v3.2.0
22
with:
23
path: ~/.m2/repository
24
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
0 commit comments