File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 38
38
steps :
39
39
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
40
40
- name : Set up JDK ${{ matrix.java-version }}
41
- uses : actions/setup-java@v3
41
+ uses : actions/setup-java@v4
42
42
with :
43
43
java-version : ${{ matrix.java-version }}
44
44
distribution : ' temurin'
Original file line number Diff line number Diff line change 18
18
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
19
19
20
20
- name : Set up JDK ${{ matrix.java-version }}
21
- uses : actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13 .0
21
+ uses : actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4.0 .0
22
22
with :
23
23
java-version : ${{ matrix.java-version }}
24
24
distribution : ' temurin'
Original file line number Diff line number Diff line change 51
51
ref : " refs/tags/v${{ github.event.inputs.release_version }}"
52
52
53
53
- name : Set up JDK 11
54
- uses : actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13 .0
54
+ uses : actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4.0 .0
55
55
with :
56
56
java-version : 11
57
57
distribution : ' temurin'
You can’t perform that action at this time.
0 commit comments