File tree Expand file tree Collapse file tree 4 files changed +14
-15
lines changed
Expand file tree Collapse file tree 4 files changed +14
-15
lines changed Original file line number Diff line number Diff line change 2020 - name : Checkout code
2121 uses : actions/checkout@v4
2222
23- - name : Set up Java
24- uses : actions/setup-java@v4
25- with :
26- distribution : ' temurin'
27- java-version : ' 11'
23+ - uses : ./.github/actions/setup-java
2824
2925 - uses : gradle/wrapper-validation-action@56b90f209b02bf6d1deae490e9ef18b21a389cd4 # pin@1.1.0
3026
Original file line number Diff line number Diff line change 1+ name : Set up Java
2+
3+ runs :
4+ using : composite
5+
6+ steps :
7+ uses : actions/setup-java@v4
8+ with :
9+ distribution : ' temurin'
10+ java-version : ' 11'
Original file line number Diff line number Diff line change 1919 using : composite
2020
2121 steps :
22- - name : Set up Java
23- uses : actions/setup-java@v4
24- with :
25- distribution : ' temurin'
26- java-version : ' 11'
22+ - uses : ./.github/actions/setup-java
23+
2724
2825 - run : |
2926 curl -s "https://get.sdkman.io" | bash
Original file line number Diff line number Diff line change 3535 - if : github.actor == 'dependabot[bot]' || github.event_name == 'merge_group'
3636 run : exit 0 # Skip unnecessary test runs for dependabot and merge queues. Artifically flag as successful, as this is a required check for branch protection.
3737
38- - name : Set up Java
39- uses : actions/setup-java@v4
40- with :
41- distribution : ' temurin'
42- java-version : ' 11'
38+ - uses : ./.github/actions/setup-java
4339
4440 - name : Checkout
4541 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments