We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eba29a commit f08d8c3Copy full SHA for f08d8c3
.github/workflows/maven-pr.yml
@@ -9,7 +9,7 @@ jobs:
9
steps:
10
- uses: actions/checkout@v4.2.2
11
12
- - uses: actions/cache@v4.2.0
+ - uses: actions/cache@v4.2.1
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