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 32
32
steps :
33
33
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
34
34
- name : Set up JDK
35
- uses : actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13 .0
35
+ uses : actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4.0 .0
36
36
with :
37
37
distribution : ' temurin'
38
38
java-version : ${{ matrix.java_version }}
Original file line number Diff line number Diff line change 30
30
[[ "$TAG" =~ jackson-core-[0-9]+\.[0-9]+\.[0-9]+(-rc[0-9]+)? ]] || exit 1
31
31
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
32
32
- name : Set up JDK
33
- uses : actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13 .0
33
+ uses : actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4.0 .0
34
34
with :
35
35
distribution : " temurin"
36
36
java-version : " 8"
You can’t perform that action at this time.
0 commit comments