File tree Expand file tree Collapse file tree 5 files changed +7
-5
lines changed Expand file tree Collapse file tree 5 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
name : 🐞 Bug Report
2
2
description : Tell us about something that's not working the way we (probably) intend.
3
3
labels : ["Platform: KMP", "Type: Bug"]
4
+ type : Bug
4
5
body :
5
6
- type : dropdown
6
7
id : environment
Original file line number Diff line number Diff line change 1
1
name : 💡 Feature Request
2
2
description : Tell us about a problem our SDK could solve but doesn't.
3
3
labels : ["Platform: KMP", "Type: Feature Request"]
4
+ type : Feature
4
5
body :
5
6
- type : textarea
6
7
id : problem
Original file line number Diff line number Diff line change 27
27
java-version : " 11"
28
28
29
29
- name : Cache Gradle packages
30
- uses : actions/cache@v2
30
+ uses : actions/cache@v4
31
31
with :
32
32
path : |
33
33
~/.gradle/caches
Original file line number Diff line number Diff line change 27
27
distribution : temurin
28
28
29
29
- name : Cached Konan
30
- uses : actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # v3
30
+ uses : actions/cache@v4
31
31
with :
32
32
path : ~/.konan
33
33
key : ${{ runner.os }}-konan-${{ hashFiles('**/*.gradle*') }}-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}
45
45
uses : codecov/codecov-action@5ecb98a3c6b747ed38dc09f787459979aebb39be # pin@v4
46
46
with :
47
47
name : sentry-kotlin-multiplatform-gradle-plugin
48
- token : ${{ secrets.CODECOV_TOKEN }}
48
+ token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 24
24
distribution : temurin
25
25
26
26
- name : Cached Konan
27
- uses : actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # v3
27
+ uses : actions/cache@v4
28
28
with :
29
29
path : ~/.konan
30
30
key : ${{ runner.os }}-konan-${{ hashFiles('**/*.gradle*') }}-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}
52
52
distribution : temurin
53
53
54
54
- name : Cached Konan
55
- uses : actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # v3
55
+ uses : actions/cache@v4
56
56
with :
57
57
path : ~/.konan
58
58
key : ${{ runner.os }}-konan-${{ hashFiles('**/*.gradle*') }}-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}
You can’t perform that action at this time.
0 commit comments