File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111 steps :
1212 - uses : actions/checkout@v4
1313 - name : jdk 11
14- uses : actions/setup-java@v3
14+ uses : actions/setup-java@v4
1515 with :
1616 java-version : 11
1717 distribution : ' temurin'
Original file line number Diff line number Diff line change 2424 with :
2525 fetch-depth : 0
2626 - name : Install JDK 11
27- uses : actions/setup-java@v3
27+ uses : actions/setup-java@v4
2828 with :
2929 distribution : " temurin"
3030 java-version : 11
6262 - name : Checkout
6363 uses : actions/checkout@v4
6464 - name : Install JDK ${{ matrix.distribution }} ${{ matrix.java_version }}
65- uses : actions/setup-java@v3
65+ uses : actions/setup-java@v4
6666 with :
6767 distribution : " temurin"
6868 java-version : ${{ matrix.jre }}
Original file line number Diff line number Diff line change 3838 steps :
3939 - uses : actions/checkout@v4
4040 - name : jdk 11
41- uses : actions/setup-java@v3
41+ uses : actions/setup-java@v4
4242 with :
4343 java-version : 11
4444 distribution : ' temurin'
You can’t perform that action at this time.
0 commit comments