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 11name : 🐞 Bug Report
22description : Tell us about something that's not working the way we (probably) intend.
33labels : ["Platform: KMP", "Type: Bug"]
4+ type : Bug
45body :
56 - type : dropdown
67 id : environment
Original file line number Diff line number Diff line change 11name : 💡 Feature Request
22description : Tell us about a problem our SDK could solve but doesn't.
33labels : ["Platform: KMP", "Type: Feature Request"]
4+ type : Feature
45body :
56 - type : textarea
67 id : problem
Original file line number Diff line number Diff line change 2727 java-version : " 11"
2828
2929 - name : Cache Gradle packages
30- uses : actions/cache@v2
30+ uses : actions/cache@v4
3131 with :
3232 path : |
3333 ~/.gradle/caches
Original file line number Diff line number Diff line change 2727 distribution : temurin
2828
2929 - name : Cached Konan
30- uses : actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # v3
30+ uses : actions/cache@v4
3131 with :
3232 path : ~/.konan
3333 key : ${{ runner.os }}-konan-${{ hashFiles('**/*.gradle*') }}-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}
4545 uses : codecov/codecov-action@5ecb98a3c6b747ed38dc09f787459979aebb39be # pin@v4
4646 with :
4747 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 2424 distribution : temurin
2525
2626 - name : Cached Konan
27- uses : actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # v3
27+ uses : actions/cache@v4
2828 with :
2929 path : ~/.konan
3030 key : ${{ runner.os }}-konan-${{ hashFiles('**/*.gradle*') }}-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}
5252 distribution : temurin
5353
5454 - name : Cached Konan
55- uses : actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # v3
55+ uses : actions/cache@v4
5656 with :
5757 path : ~/.konan
5858 key : ${{ runner.os }}-konan-${{ hashFiles('**/*.gradle*') }}-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}
You can’t perform that action at this time.
0 commit comments