File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 77
77
run : echo "info=$(./gradlew -q :cli:properties | grep kotlin.plugin.loaded.in.projects)" >> $GITHUB_OUTPUT
78
78
79
79
- name : Cache the .konan directory
80
- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
80
+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
81
81
with :
82
82
path : ~/.konan
83
83
key : ${{ steps.get-kotlin-plugin-info.outputs.info }}
Original file line number Diff line number Diff line change 45
45
echo "ort/bin" >> $GITHUB_PATH
46
46
47
47
- name : Cache ORT Cache Directory
48
- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
48
+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
49
49
with :
50
50
path : ~/.ort/cache
51
51
key : ort-cache-${{ runner.os }}
You can’t perform that action at this time.
0 commit comments