File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1313 - name : Checkout project
1414 uses : actions/checkout@v4
1515 - name : Setup Java
16- uses : actions/setup-java@v4
16+ uses : actions/setup-java@v5
1717 with :
1818 distribution : ' microsoft'
1919 java-version : ' 21'
2828 - name : Checkout project
2929 uses : actions/checkout@v4
3030 - name : Setup Java
31- uses : actions/setup-java@v4
31+ uses : actions/setup-java@v5
3232 with :
3333 distribution : ' microsoft'
3434 java-version : ' 21'
Original file line number Diff line number Diff line change 2222 with :
2323 languages : ${{ matrix.language }}
2424 - name : Setup Java 21
25- uses : actions/setup-java@v4
25+ uses : actions/setup-java@v5
2626 with :
2727 distribution : temurin
2828 java-version : ' 21'
Original file line number Diff line number Diff line change 1313 - name : Checkout project
1414 uses : actions/checkout@v4
1515 - name : Setup Java
16- uses : actions/setup-java@v4
16+ uses : actions/setup-java@v5
1717 with :
1818 distribution : ' microsoft'
1919 java-version : ' 21'
3333 uses : actions/checkout@v4
3434
3535 - name : Setup Java
36- uses : actions/setup-java@v4
36+ uses : actions/setup-java@v5
3737 with :
3838 distribution : ' microsoft'
3939 java-version : ' 21'
9494 - name : Checkout Branch
9595 uses : actions/checkout@v4
9696 - name : Setup Java
97- uses : actions/setup-java@v4
97+ uses : actions/setup-java@v5
9898 with :
9999 distribution : ' microsoft'
100100 java-version : ' 21'
You can’t perform that action at this time.
0 commit comments