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 2638c5b commit bfa0dcdCopy full SHA for bfa0dcd
.github/workflows/test-actions-cache.yml
@@ -38,15 +38,15 @@ jobs:
38
39
- name: Cache Maven packages
40
if: matrix.build-system == 'maven'
41
- uses: actions/cache@v3
+ uses: actions/cache@v4
42
with:
43
path: ~/.m2/repository
44
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
45
restore-keys: |
46
${{ runner.os }}-maven-
47
- name: Cache Gradle packages
48
if: matrix.build-system == 'gradle'
49
50
51
path: |
52
~/.gradle/caches
@@ -56,7 +56,7 @@ jobs:
56
${{ runner.os }}-gradle-
57
- name: Cache SBT packages
58
if: matrix.build-system == 'sbt'
59
60
61
62
~/.sbt
0 commit comments