File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 18
18
- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
19
19
20
20
- name : Set up JDK ${{ matrix.java-version }}
21
- uses : actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3.11 .0
21
+ uses : actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3.12 .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@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3.11 .0
54
+ uses : actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3.12 .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