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:
17
17
env :
18
18
JAVA_OPTS : " -XX:+TieredCompilation -XX:TieredStopAtLevel=1"
19
19
steps :
20
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
21
21
with :
22
22
ref : 2.x
23
23
- name : Set up JDK
24
- uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
24
+ uses : actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
25
25
with :
26
26
distribution : ' temurin'
27
27
java-version : ${{ matrix.java_version }}
Original file line number Diff line number Diff line change 23
23
env :
24
24
JAVA_OPTS : " -XX:+TieredCompilation -XX:TieredStopAtLevel=1"
25
25
steps :
26
- - uses : actions/checkout@v4.2.2
26
+ - uses : actions/checkout@v5.0.0
27
27
- name : Set up JDK
28
- uses : actions/setup-java@v4.7.1
28
+ uses : actions/setup-java@v5.0.0
29
29
with :
30
30
distribution : ' temurin'
31
31
java-version : ${{ matrix.java_version }}
You can’t perform that action at this time.
0 commit comments