We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6be7437 commit 2a5e78bCopy full SHA for 2a5e78b
.github/workflows/testnet-build.yml
@@ -45,14 +45,14 @@ jobs:
45
# 2 - setup cache/jdk
46
47
- name: Cache maven dependencies
48
- uses: actions/cache@v2
+ uses: actions/cache@v4
49
with:
50
path: ~/.m2
51
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
52
restore-keys: ${{ runner.os }}-m2
53
54
- name: Cached Konan
55
56
57
path: ~/.konan
58
key: ${{ runner.os }}-konan-${{ hashFiles('**/*.gradle*') }}-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}
0 commit comments