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 2626 steps :
2727
2828 - name : 1. Check out code
29- uses : actions/checkout@v4 # https://github.com/actions/checkout
29+ uses : actions/checkout@v5 # https://github.com/actions/checkout
3030
3131 - name : 2. Set up Java 11
3232 uses : actions/setup-java@v4 # https://github.com/actions/setup-java
5656 steps :
5757
5858 - name : 1. Check out code
59- uses : actions/checkout@v4 # https://github.com/actions/checkout
59+ uses : actions/checkout@v5 # https://github.com/actions/checkout
6060
6161 - name : 2. Set up Java ${{ matrix.java }}
6262 uses : actions/setup-java@v4 # https://github.com/actions/setup-java
8484 steps :
8585
8686 - name : Check out code
87- uses : actions/checkout@v4 # https://github.com/actions/checkout
87+ uses : actions/checkout@v5 # https://github.com/actions/checkout
8888 with :
8989 fetch-depth : ' 0' # https://github.com/shipkit/shipkit-changelog#fetch-depth-on-ci
9090
You can’t perform that action at this time.
0 commit comments