File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7878 - name : Git Checkout
7979 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
8080 - name : Set up Java ${{ matrix.java }}
81- uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00
81+ uses : actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654
8282 with :
8383 distribution : ' temurin'
8484 java-version : ${{ matrix.java }}
8989 ./.github/scripts/build.sh ${{ matrix.mavenopts }}
9090 - name : Configure settings.xml for Publish
9191 if : ${{ matrix.canonical }}
92- uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00
92+ uses : actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654
9393 with :
9494 distribution : ' temurin'
9595 java-version : ${{ matrix.java }}
Original file line number Diff line number Diff line change 6666 - name : Checkout repository
6767 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
6868 - name : Set up Java ${{ matrix.java }}
69- uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00
69+ uses : actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654
7070 with :
7171 distribution : ' temurin'
7272 java-version : ${{ matrix.java }}
Original file line number Diff line number Diff line change 7373 - name : Gradle Wrapper Validation
7474 uses : gradle/wrapper-validation-action@f9c9c575b8b21b6485636a91ffecd10e558c62f6
7575 - name : Set up Java ${{ matrix.java }}
76- uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00
76+ uses : actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654
7777 with :
7878 distribution : ' temurin'
7979 java-version : ${{ matrix.java }}
You can’t perform that action at this time.
0 commit comments