Skip to content

Commit 2a5e78b

Browse files
committed
fix CI actions/cache versions
1 parent 6be7437 commit 2a5e78b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testnet-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@ jobs:
4545
# 2 - setup cache/jdk
4646

4747
- name: Cache maven dependencies
48-
uses: actions/cache@v2
48+
uses: actions/cache@v4
4949
with:
5050
path: ~/.m2
5151
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
5252
restore-keys: ${{ runner.os }}-m2
5353

5454
- name: Cached Konan
55-
uses: actions/cache@v2
55+
uses: actions/cache@v4
5656
with:
5757
path: ~/.konan
5858
key: ${{ runner.os }}-konan-${{ hashFiles('**/*.gradle*') }}-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}

0 commit comments

Comments
 (0)