File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 with :
3838 ref : ${{ inputs.branch }}
3939
40- - uses : actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5
40+ - uses : actions/setup-java@dd06d9cba3e5552c54d9f8ea23572deb30010f7c # v6
4141 with :
4242 distribution : ' temurin'
4343 java-version : ' 17'
Original file line number Diff line number Diff line change 2525 ref : ${{ inputs.branch }}
2626 token : ${{ secrets.ACCESS_TOKEN }}
2727
28- - uses : actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5
28+ - uses : actions/setup-java@dd06d9cba3e5552c54d9f8ea23572deb30010f7c # v6
2929 with :
3030 distribution : ' temurin'
3131 java-version : ' 17'
9898 ref : ${{ inputs.branch }}
9999 token : ${{ secrets.ACCESS_TOKEN }}
100100
101- - uses : actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5
101+ - uses : actions/setup-java@dd06d9cba3e5552c54d9f8ea23572deb30010f7c # v6
102102 with :
103103 distribution : ' temurin'
104104 java-version : ' 17'
Original file line number Diff line number Diff line change 2929 - name : Checkout Code
3030 uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
3131
32- - uses : actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5
32+ - uses : actions/setup-java@dd06d9cba3e5552c54d9f8ea23572deb30010f7c # v6
3333 with :
3434 distribution : ' temurin'
3535 java-version : ${{ matrix.java-version }}
You can’t perform that action at this time.
0 commit comments