File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2525 # Setup
2626 - uses : actions/checkout@v5
2727 - name : Set up JDK 11
28- uses : actions/setup-java@v2
28+ uses : actions/setup-java@v5
2929 with :
3030 distribution : ' temurin'
3131 java-version : 11
Original file line number Diff line number Diff line change 2727 # Setup
2828 - uses : actions/checkout@v5
2929 - name : Set up JDK 11
30- uses : actions/setup-java@v2
30+ uses : actions/setup-java@v5
3131 with :
3232 distribution : ' temurin'
3333 java-version : 11
Original file line number Diff line number Diff line change 2020 - uses : actions/checkout@v5
2121
2222 - name : Set up JDK 11
23- uses : actions/setup-java@v2
23+ uses : actions/setup-java@v5
2424 with :
2525 distribution : ' temurin'
2626 java-version : 11
Original file line number Diff line number Diff line change 2222 # Setup
2323 - uses : actions/checkout@v5
2424 - name : Set up JDK 11
25- uses : actions/setup-java@v2
25+ uses : actions/setup-java@v5
2626 with :
2727 distribution : ' temurin'
2828 java-version : 11
You can’t perform that action at this time.
0 commit comments