Commit 529f8c6 1 parent 8a44c49 commit 529f8c6 Copy full SHA for 529f8c6
File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 76
76
77
77
# Cache Gradle dependencies
78
78
- name : Setup Gradle Dependencies Cache
79
- uses : actions/cache@v4.0.2
79
+ uses : actions/cache@v4.1.1
80
80
with :
81
81
path : ~/.gradle/caches
82
82
key : ${{ runner.os }}-gradle-caches-${{ hashFiles('**/*.gradle', '**/*.gradle.kts') }}
85
85
86
86
# Cache Gradle Wrapper
87
87
- name : Setup Gradle Wrapper Cache
88
- uses : actions/cache@v4.0.2
88
+ uses : actions/cache@v4.1.1
89
89
with :
90
90
path : ~/.gradle/wrapper
91
91
key : ${{ runner.os }}-gradle-wrapper-${{ hashFiles('**/gradle*properties') }}
94
94
95
95
# Cache Kotlin/Native compiler
96
96
- name : Setup Kotlin/Native Compiler Cache
97
- uses : actions/cache@v4.0.2
97
+ uses : actions/cache@v4.1.1
98
98
with :
99
99
path : ~/.konan
100
100
key : ${{ runner.os }}-kotlin-native-compiler-${{ hashFiles('gradle/libs.versions.toml') }}
Original file line number Diff line number Diff line change 63
63
64
64
# Cache Gradle dependencies
65
65
- name : Setup Gradle Dependencies Cache
66
- uses : actions/cache@v4.0.2
66
+ uses : actions/cache@v4.1.1
67
67
with :
68
68
path : ~/.gradle/caches
69
69
key : ${{ runner.os }}-gradle-caches-${{ hashFiles('**/*.gradle', '**/*.gradle.kts') }}
72
72
73
73
# Cache Gradle Wrapper
74
74
- name : Setup Gradle Wrapper Cache
75
- uses : actions/cache@v4.0.2
75
+ uses : actions/cache@v4.1.1
76
76
with :
77
77
path : ~/.gradle/wrapper
78
78
key : ${{ runner.os }}-gradle-wrapper-${{ hashFiles('**/gradle*properties') }}
81
81
82
82
# Cache Kotlin/Native compiler
83
83
- name : Setup Kotlin/Native Compiler Cache
84
- uses : actions/cache@v4.0.2
84
+ uses : actions/cache@v4.1.1
85
85
with :
86
86
path : ~/.konan
87
87
key : ${{ runner.os }}-kotlin-native-compiler-${{ hashFiles('gradle/libs.versions.toml') }}
@@ -100,7 +100,7 @@ runs:
100
100
101
101
# Cache Pods dependencies
102
102
- name : Cache Pods
103
- uses : actions/cache@v4.0.2
103
+ uses : actions/cache@v4.1.1
104
104
id : cache-pods
105
105
with :
106
106
path : ' ./iosHyperskillApp/Pods'
@@ -111,7 +111,7 @@ runs:
111
111
# Cache CocoaPods
112
112
- name : Cache CocoaPods
113
113
if : steps.cache-pods.outputs.cache-hit != 'true'
114
- uses : actions/cache@v4.0.2
114
+ uses : actions/cache@v4.1.1
115
115
with :
116
116
path : |
117
117
~/.cocoapods
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ jobs:
125
125
working-directory : ' ./iosHyperskillApp'
126
126
127
127
- name : Cache Pods
128
- uses : actions/cache@v4.0.2
128
+ uses : actions/cache@v4.1.1
129
129
id : cache-pods
130
130
with :
131
131
path : ' ./iosHyperskillApp/Pods'
You can’t perform that action at this time.
0 commit comments