File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed
Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1111 lint-api-level :
1212 runs-on : [self-hosted, 1ES.Pool=1es-ubuntu-msgraph-beta-sdk-java-mem-lates-m]
1313 steps :
14- - uses : actions/checkout@v5
14+ - uses : actions/checkout@v6
1515 - uses : actions/setup-java@v5
1616 with :
1717 distribution : ' temurin'
Original file line number Diff line number Diff line change 4242
4343 steps :
4444 - name : Checkout repository
45- uses : actions/checkout@v5
45+ uses : actions/checkout@v6
4646
4747 - name : Set up JDK
4848 uses : actions/setup-java@v5
Original file line number Diff line number Diff line change 1414 build-latest-java :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v5
17+ - uses : actions/checkout@v6
1818 - name : Set up JDK
1919 uses : actions/setup-java@v5
2020 with :
5555 build-java-8 :
5656 runs-on : ubuntu-latest
5757 steps :
58- - uses : actions/checkout@v5
58+ - uses : actions/checkout@v6
5959 - name : Set up JDK
6060 uses : actions/setup-java@v5
6161 with :
Original file line number Diff line number Diff line change 2121 release :
2222 runs-on : ubuntu-latest
2323 steps :
24- - uses : actions/checkout@v5
24+ - uses : actions/checkout@v6
2525
2626 - name : Generate GitHub App token
2727 id : app-token
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ dependencies {
66 // Core Http library
77 api ' com.microsoft.graph:microsoft-graph-core:3.6.5'
88
9- implementation ' com.microsoft.kiota:microsoft-kiota-authentication-azure:1.8.10 '
10- implementation ' com.microsoft.kiota:microsoft-kiota-http-okHttp:1.8.10 '
11- implementation ' com.microsoft.kiota:microsoft-kiota-serialization-json:1.8.10 '
12- implementation ' com.microsoft.kiota:microsoft-kiota-serialization-text:1.8.10 '
13- implementation ' com.microsoft.kiota:microsoft-kiota-serialization-form:1.8.10 '
14- implementation ' com.microsoft.kiota:microsoft-kiota-serialization-multipart:1.8.10 '
9+ implementation ' com.microsoft.kiota:microsoft-kiota-authentication-azure:1.9.0 '
10+ implementation ' com.microsoft.kiota:microsoft-kiota-http-okHttp:1.9.0 '
11+ implementation ' com.microsoft.kiota:microsoft-kiota-serialization-json:1.9.0 '
12+ implementation ' com.microsoft.kiota:microsoft-kiota-serialization-text:1.9.0 '
13+ implementation ' com.microsoft.kiota:microsoft-kiota-serialization-form:1.9.0 '
14+ implementation ' com.microsoft.kiota:microsoft-kiota-serialization-multipart:1.9.0 '
1515}
You can’t perform that action at this time.
0 commit comments