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 80fd889 commit fcd078bCopy full SHA for fcd078b
.github/workflows/maven-pr.yml
@@ -9,7 +9,7 @@ jobs:
9
steps:
10
- uses: actions/checkout@v4.1.7
11
12
- - uses: actions/cache@v4.0.2
+ - uses: actions/cache@v4.1.0
13
with:
14
path: ~/.m2/repository
15
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
.github/workflows/maven-push.yml
@@ -15,7 +15,7 @@ jobs:
16
17
18
19
20
21
0 commit comments