File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ jobs:
1717 env :
1818 JAVA_OPTS : " -XX:+TieredCompilation -XX:TieredStopAtLevel=1"
1919 steps :
20- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2121 with :
2222 ref : 2.x
2323 - name : Set up JDK
24- uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
24+ uses : actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
2525 with :
2626 distribution : ' temurin'
2727 java-version : ${{ matrix.java_version }}
Original file line number Diff line number Diff line change 2323 env :
2424 JAVA_OPTS : " -XX:+TieredCompilation -XX:TieredStopAtLevel=1"
2525 steps :
26- - uses : actions/checkout@v4.2.2
26+ - uses : actions/checkout@v5.0.0
2727 - name : Set up JDK
28- uses : actions/setup-java@v4.7.1
28+ uses : actions/setup-java@v5.0.0
2929 with :
3030 distribution : ' temurin'
3131 java-version : ${{ matrix.java_version }}
You can’t perform that action at this time.
0 commit comments