File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 38
38
}
39
39
40
40
steps :
41
- - uses : actions/checkout@v4
41
+ - uses : actions/checkout@v5
42
42
43
43
- name : Set up JDK ${{ matrix.java.version }}
44
44
uses : actions/setup-java@v4
Original file line number Diff line number Diff line change 45
45
}
46
46
47
47
steps :
48
- - uses : actions/checkout@v4
48
+ - uses : actions/checkout@v5
49
49
50
50
- name : Set up JDK 21
51
51
uses : actions/setup-java@v4
75
75
echo "::set-output name=version::$(mvn org.apache.maven.plugins:maven-help-plugin:3.2.0:evaluate -Dexpression=project.version -q -DforceStdout)"
76
76
shell : bash
77
77
78
- - uses : actions/checkout@v4
78
+ - uses : actions/checkout@v5
79
79
with :
80
80
repository : ${{ matrix.project.organization }}/${{ matrix.project.repository }}
81
81
path : ${{ matrix.project.repository }}
Original file line number Diff line number Diff line change 25
25
26
26
steps :
27
27
- name : Checkout repo
28
- uses : actions/checkout@v4
28
+ uses : actions/checkout@v5
29
29
with :
30
30
path : current-repo
31
31
36
36
distribution : temurin
37
37
38
38
- name : Checkout Ecosystem
39
- uses : actions/checkout@v4
39
+ uses : actions/checkout@v5
40
40
with :
41
41
repository : ${{ env.ECOSYSTEM_CI_REPO }}
42
42
path : ecosystem-ci
You can’t perform that action at this time.
0 commit comments