File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2929 uses : actions/checkout@v5 # https://github.com/actions/checkout
3030
3131 - name : 2. Set up Java 11
32- uses : actions/setup-java@v4 # https://github.com/actions/setup-java
32+ uses : actions/setup-java@v5 # https://github.com/actions/setup-java
3333 with :
3434 java-version : 11
3535 distribution : ' zulu'
5959 uses : actions/checkout@v5 # https://github.com/actions/checkout
6060
6161 - name : 2. Set up Java ${{ matrix.java }}
62- uses : actions/setup-java@v4 # https://github.com/actions/setup-java
62+ uses : actions/setup-java@v5 # https://github.com/actions/setup-java
6363 with :
6464 java-version : ${{ matrix.java }}
6565 distribution : ' temurin'
8989 fetch-depth : ' 0' # https://github.com/shipkit/shipkit-changelog#fetch-depth-on-ci
9090
9191 - name : Set up Java 11
92- uses : actions/setup-java@v4
92+ uses : actions/setup-java@v5
9393 with :
9494 java-version : 11
9595 distribution : ' zulu'
You can’t perform that action at this time.
0 commit comments