File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2020 steps :
2121 - uses : actions/checkout@v3
2222
23- - uses : actions/setup-java@v3
23+ - uses : actions/setup-java@v5
2424 with :
2525 distribution : ' adopt'
2626 java-version : 11
9292
9393 - uses : actions/checkout@v3
9494
95- - uses : actions/setup-java@v3
95+ - uses : actions/setup-java@v5
9696 with :
9797 distribution : ' adopt'
9898 java-version : 11
Original file line number Diff line number Diff line change 5454 steps :
5555 - uses : actions/checkout@v3
5656
57- - uses : actions/setup-java@v3
57+ - uses : actions/setup-java@v5
5858 with :
5959 distribution : ' adopt'
6060 java-version : 11
@@ -133,7 +133,7 @@ jobs:
133133 - uses : actions/checkout@v3
134134 if : ${{ matrix.repository.enabled == true }}
135135
136- - uses : actions/setup-java@v3
136+ - uses : actions/setup-java@v5
137137 if : ${{ matrix.repository.enabled == true }}
138138 with :
139139 distribution : ' adopt'
You can’t perform that action at this time.
0 commit comments