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 3232 uses : actions/checkout@v3 # https://github.com/actions/checkout
3333
3434 - name : 2. Set up Java 11
35- uses : actions/setup-java@v3 # https://github.com/actions/setup-java
35+ uses : actions/setup-java@v4 # https://github.com/actions/setup-java
3636 with :
3737 java-version : 11
3838 distribution : ' zulu'
6262 uses : actions/checkout@v3 # https://github.com/actions/checkout
6363
6464 - name : 2. Set up Java ${{ matrix.java }}
65- uses : actions/setup-java@v3 # https://github.com/actions/setup-java
65+ uses : actions/setup-java@v4 # https://github.com/actions/setup-java
6666 with :
6767 java-version : ${{ matrix.java }}
6868 distribution : ' temurin'
9292 fetch-depth : ' 0' # https://github.com/shipkit/shipkit-changelog#fetch-depth-on-ci
9393
9494 - name : Set up Java 11
95- uses : actions/setup-java@v3
95+ uses : actions/setup-java@v4
9696 with :
9797 java-version : 11
9898 distribution : ' zulu'
You can’t perform that action at this time.
0 commit comments