File tree Expand file tree Collapse file tree 13 files changed +471
-663
lines changed
MicrobenchmarkSample/gradle Expand file tree Collapse file tree 13 files changed +471
-663
lines changed Original file line number Diff line number Diff line change 2121 macrobenchmark : ${{ steps.filter.outputs.macrobenchmark }}
2222 steps :
2323 - name : Checkout
24- uses : actions/checkout@v4
24+ uses : actions/checkout@v5
2525 with :
2626 fetch-depth : 1
2727 - uses : dorny/paths-filter@v3
@@ -38,13 +38,13 @@ jobs:
3838 runs-on : ubuntu-latest
3939 steps :
4040 - name : Checkout
41- uses : actions/checkout@v4
41+ uses : actions/checkout@v5
4242 with :
4343 fetch-depth : 1
4444
4545 - name : Setup JDK
4646 id : setup-java
47- uses : actions/setup-java@v4
47+ uses : actions/setup-java@v5
4848 with :
4949 java-version : ' 17'
5050 distribution : ' zulu'
@@ -62,12 +62,12 @@ jobs:
6262 wrapper-directory : ${{ github.workspace }}/MacrobenchmarkSample/gradle/wrapper
6363
6464 - name : ' Authenticate Cloud SDK'
65- uses : ' google-github-actions/auth@v2 '
65+ uses : ' google-github-actions/auth@v3 '
6666 with :
6767 credentials_json : ' ${{ secrets.GCP_CREDENTIALS }}'
6868
6969 - name : Set up Cloud SDK
70- uses : google-github-actions/setup-gcloud@v2
70+ uses : google-github-actions/setup-gcloud@v3
7171
7272 - name : Install Cloud SDK Beta components
7373 run : gcloud components install beta
Original file line number Diff line number Diff line change 2525 macrobenchmark : ${{ steps.filter.outputs.macrobenchmark }}
2626 steps :
2727 - name : Checkout
28- uses : actions/checkout@v4
28+ uses : actions/checkout@v5
2929 - uses : dorny/paths-filter@v3
3030 id : filter
3131 with :
@@ -44,17 +44,17 @@ jobs:
4444 working-directory : ./MacrobenchmarkSample
4545 steps :
4646 - name : Checkout
47- uses : actions/checkout@v4
47+ uses : actions/checkout@v5
4848
4949 - name : Setup JDK
5050 id : setup-java
51- uses : actions/setup-java@v4
51+ uses : actions/setup-java@v5
5252 with :
5353 java-version : 17
5454 distribution : " zulu"
5555
5656 - name : Setup Gradle
57- uses : gradle/actions/setup-gradle@v4
57+ uses : gradle/actions/setup-gradle@v5
5858 with :
5959 gradle-home-cache-cleanup : true
6060
Original file line number Diff line number Diff line change 2020 macrobenchmark : ${{ steps.filter.outputs.macrobenchmark }}
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@v4
23+ uses : actions/checkout@v5
2424 - uses : dorny/paths-filter@v3
2525 id : filter
2626 with :
@@ -38,17 +38,17 @@ jobs:
3838 working-directory : ./MacrobenchmarkSample
3939 steps :
4040 - name : Checkout
41- uses : actions/checkout@v4
41+ uses : actions/checkout@v5
4242
4343 - name : Setup JDK
4444 id : setup-java
45- uses : actions/setup-java@v4
45+ uses : actions/setup-java@v5
4646 with :
4747 java-version : ' 17'
4848 distribution : ' zulu'
4949
5050 - name : Setup Gradle
51- uses : gradle/actions/setup-gradle@v4
51+ uses : gradle/actions/setup-gradle@v5
5252 with :
5353 gradle-home-cache-cleanup : true
5454
Original file line number Diff line number Diff line change 1414
1515[versions ]
1616
17- agp = " 8.11.1 "
17+ agp = " 8.13.0 "
1818appcompat = " 1.7.1"
19- activity = " 1.10.1 "
20- composeBom = " 2025.07 .00"
19+ activity = " 1.11.0 "
20+ composeBom = " 2025.10 .00"
2121coroutines = " 1.10.2"
2222constraint_layout = " 2.2.1"
2323core = " 1.9.0"
24- jankstats = " 1.0.0-beta02 "
25- kotlin = " 2.2.0 "
26- material = " 1.12 .0"
27- navigation = " 2.9.3 "
24+ jankstats = " 1.0.0"
25+ kotlin = " 2.2.20 "
26+ material = " 1.13 .0"
27+ navigation = " 2.9.5 "
2828tracing = " 1.3.0"
2929
3030[libraries ]
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.3 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.1.0 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 1- 22.17.1
1+ 22.20.0
You can’t perform that action at this time.
0 commit comments