File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4141 - name : Checkout repository
4242 uses : actions/checkout@v4
4343 - name : Set up JDK
44- uses : actions/setup-java@v4
44+ uses : actions/setup-java@v5
4545 with :
4646 distribution : ' temurin'
4747 java-version : 17
Original file line number Diff line number Diff line change 2121 with :
2222 fetch-depth : 0 # need git history for spotless license header
2323 - name : Set up JDK ${{ matrix.java }}
24- uses : actions/setup-java@v4
24+ uses : actions/setup-java@v5
2525 with :
2626 distribution : ' temurin'
2727 java-version : ${{ matrix.java }}
4848 steps :
4949 - uses : actions/checkout@v4
5050 - name : Set up JDK
51- uses : actions/setup-java@v4
51+ uses : actions/setup-java@v5
5252 with :
5353 distribution : ' temurin'
5454 java-version : 17
Original file line number Diff line number Diff line change 2222 fetch-depth : 0 # need git history for spotless license header
2323 token : ${{ secrets.GH_TOKEN_CHAOS_BOT }}
2424 - name : Set up JDK 17
25- uses : actions/setup-java@v4
25+ uses : actions/setup-java@v5
2626 with :
2727 distribution : ' temurin'
2828 java-version : 17
Original file line number Diff line number Diff line change 1515 with :
1616 fetch-depth : 0 # need git history for spotless license header
1717 - name : Set up JDK 17
18- uses : actions/setup-java@v4
18+ uses : actions/setup-java@v5
1919 with :
2020 distribution : ' temurin'
2121 java-version : 17
6262 with :
6363 fetch-depth : 0 # need git history for spotless license header
6464 - name : Set up JDK 17
65- uses : actions/setup-java@v4
65+ uses : actions/setup-java@v5
6666 with :
6767 distribution : ' temurin'
6868 java-version : 17
You can’t perform that action at this time.
0 commit comments