File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3636 arguments : kotlinVersion
3737
3838 - name : Cache KotlinNative
39- uses : actions/cache@v2
39+ uses : actions/cache@v3
4040 with :
4141 path : ~/.konan
4242 key : ${{ runner.os }}-konan-${{ hashFiles('build/kotlinVersion.txt') }}
Original file line number Diff line number Diff line change 3737 arguments : kotlinVersion
3838
3939 - name : Cache KotlinNative
40- uses : actions/cache@v2
40+ uses : actions/cache@v3
4141 with :
4242 path : ~/.konan
4343 key : ${{ runner.os }}-konan-${{ hashFiles('build/kotlinVersion.txt') }}
Original file line number Diff line number Diff line change 3636 arguments : kotlinVersion
3737
3838 - name : Cache KotlinNative
39- uses : actions/cache@v2
39+ uses : actions/cache@v3
4040 with :
4141 path : ~/.konan
4242 key : ${{ runner.os }}-konan-${{ hashFiles('build/kotlinVersion.txt') }}
You can’t perform that action at this time.
0 commit comments