We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b9ad724 + 7821543 commit fe40502Copy full SHA for fe40502
.github/workflows/continuous-integration-workflow.yml
@@ -22,7 +22,7 @@ jobs:
22
distribution: temurin
23
java-version: ${{ matrix.java }}
24
- name: Cache Maven repository
25
- uses: actions/cache@v1
+ uses: actions/cache@v4
26
with:
27
path: ~/.m2/repository
28
key: ${{ runner.os }}-java${{ matrix.java }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -79,7 +79,7 @@ jobs:
79
echo "rel_id is '$rel_id'"
80
81
82
83
84
85
key: ${{ runner.os }}-java11-maven-${{ hashFiles('**/pom.xml') }}
0 commit comments