File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2020 - name : Checkout
2121 uses : actions/checkout@v2
2222 - name : Setup Java
23- uses : actions/setup-java@v2
23+ uses : actions/setup-java@v3
2424 with :
2525 distribution : ' temurin'
2626 java-version : 11
4949 with :
5050 fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
5151 - name : Set up JDK 11
52- uses : actions/setup-java@v2
52+ uses : actions/setup-java@v3
5353 with :
5454 distribution : ' temurin'
5555 java-version : 11
Original file line number Diff line number Diff line change 2323 - name : Checkout
2424 uses : actions/checkout@v2
2525 - name : Setup Java
26- uses : actions/setup-java@v2
26+ uses : actions/setup-java@v3
2727 with :
2828 distribution : ' temurin'
2929 java-version : ${{ matrix.java }}
You can’t perform that action at this time.
0 commit comments