File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1515 lint-api-level :
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v3
18+ - uses : actions/checkout@v4
1919 - uses : actions/setup-java@v3
2020 with :
2121 distribution : ' temurin'
Original file line number Diff line number Diff line change 4242
4343 steps :
4444 - name : Checkout repository
45- uses : actions/checkout@v3
45+ uses : actions/checkout@v4
4646
4747 - name : Set up JDK
4848 uses : actions/setup-java@v3
Original file line number Diff line number Diff line change 1010 Git_Release :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v3
13+ - uses : actions/checkout@v4
1414 - name : Download Build Artifact
15151616 with :
Original file line number Diff line number Diff line change 1717 build :
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v3
20+ - uses : actions/checkout@v4
2121 - name : Set up JDK
2222 uses : actions/setup-java@v3
2323 with :
6161 CURRENT_PKG_DIFF : ./artifacts/current/build/libs/msgraph-sdk-java.jar
6262 PRIOR_PKG_DIFF : ./artifacts/previous/build/libs/msgraph-sdk-java.jar
6363 steps :
64- - uses : actions/checkout@v3
64+ - uses : actions/checkout@v4
6565 - name : Set up JDK
6666 uses : actions/setup-java@v3
6767 with :
Original file line number Diff line number Diff line change 2222 name : maven_central_snapshot
2323 runs-on : ubuntu-latest
2424 steps :
25- - uses : actions/checkout@v3
25+ - uses : actions/checkout@v4
2626 - name : Set up JDK
2727 uses : actions/setup-java@v3
2828 with :
5454 name : maven_central_release
5555 runs-on : ubuntu-latest
5656 steps :
57- - uses : actions/checkout@v3
57+ - uses : actions/checkout@v4
5858 - name : Set up JDK
5959 uses : actions/setup-java@v3
6060 with :
@@ -101,7 +101,7 @@ jobs:
101101 env :
102102 RELEASE_TAG : " "
103103 steps :
104- - uses : actions/checkout@v3
104+ - uses : actions/checkout@v4
105105 - name : Get Version
106106 id : GetVersion
107107 run : .\Scripts\getLatestVersion.ps1
You can’t perform that action at this time.
0 commit comments