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@v3
2222 - name : Setup Java
23- uses : actions/setup-java@v3
23+ uses : actions/setup-java@v5
2424 with :
2525 distribution : ' temurin'
2626 java-version : 11
4747 with :
4848 fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
4949 - name : Set up JDK 11
50- uses : actions/setup-java@v3
50+ uses : actions/setup-java@v5
5151 with :
5252 distribution : ' temurin'
5353 java-version : 11
Original file line number Diff line number Diff line change 2323 - name : Checkout
2424 uses : actions/checkout@v3
2525 - name : Setup Java
26- uses : actions/setup-java@v3
26+ uses : actions/setup-java@v5
2727 with :
2828 distribution : ' temurin'
2929 java-version : ${{ matrix.java }}
You can’t perform that action at this time.
0 commit comments