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.
2 parents 3c771df + 9d1b9c8 commit b419ab8Copy full SHA for b419ab8
1 file changed
.github/workflows/maven.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Checkout code
34
uses: actions/checkout@v5.0.0
35
- name: Set up cache
36
- uses: actions/cache@v4.2.4
+ uses: actions/cache@v4.3.0
37
with:
38
path: ~/.m2/repository
39
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
0 commit comments