File tree Expand file tree Collapse file tree 7 files changed +10
-10
lines changed
Expand file tree Collapse file tree 7 files changed +10
-10
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@v2.3.5
18+ - uses : actions/checkout@v2.4.0
1919 - uses : actions/setup-java@v2
2020 with :
2121 distribution : ' adopt'
Original file line number Diff line number Diff line change 2020 name : maven_central_snapshot
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@v2.3.5
23+ - uses : actions/checkout@v2.4.0
2424 - name : Easy detect-secrets
2525 uses :
RobertFischer/[email protected] 2626 - name : Set up JDK
5252 name : maven_central_release
5353 runs-on : ubuntu-latest
5454 steps :
55- - uses : actions/checkout@v2.3.5
55+ - uses : actions/checkout@v2.4.0
5656 - name : Easy detect-secrets
5757 uses :
RobertFischer/[email protected] 5858 - name : Set up JDK
9999 env :
100100 RELEASE_TAG : " "
101101 steps :
102- - uses : actions/checkout@v2.3.5
102+ - uses : actions/checkout@v2.4.0
103103 - name : Get Version
104104 id : GetVersion
105105 run : .\scripts\getLatestVersion.ps1
Original file line number Diff line number Diff line change 1717
1818 steps :
1919 - name : Checkout repository
20- uses : actions/checkout@v2.3.5
20+ uses : actions/checkout@v2.4.0
2121 with :
2222 # We must fetch at least the immediate parents so that if this is
2323 # a pull request then we can checkout the head.
Original file line number Diff line number Diff line change 1010 Git_Release :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v2.3.5
13+ - uses : actions/checkout@v2.4.0
1414 - name : Download Build Artifact
15151616 with :
Original file line number Diff line number Diff line change 1515 build :
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v2.3.5
18+ - uses : actions/checkout@v2.4.0
1919 - name : Set up JDK
2020 uses : actions/setup-java@v2
2121 with :
Original file line number Diff line number Diff line change 1111 samples-build-check-device-code :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v2.3.5
14+ - uses : actions/checkout@v2.4.0
1515 - uses : actions/setup-java@v2
1616 with :
1717 distribution : ' adopt'
2525 samples-build-check-interactive :
2626 runs-on : ubuntu-latest
2727 steps :
28- - uses : actions/checkout@v2.3.5
28+ - uses : actions/checkout@v2.4.0
2929 - uses : actions/setup-java@v2
3030 with :
3131 distribution : ' adopt'
Original file line number Diff line number Diff line change 1313 name : Build
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v2.3.5
16+ - uses : actions/checkout@v2.4.0
1717 with :
1818 fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
1919 - name : Set up JDK 11
You can’t perform that action at this time.
0 commit comments