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 7b6a3d9 commit 31e130eCopy full SHA for 31e130e
1 file changed
.github/workflows/test.yml
@@ -8,7 +8,7 @@ jobs:
8
steps:
9
- uses: actions/checkout@v2
10
- name: Cache local Maven repository
11
- uses: actions/cache@v2
+ uses: actions/cache@v4
12
with:
13
path: $HOME/.m2
14
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
0 commit comments