File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 8
8
name : Build and Test
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v4
12
- - uses : actions/setup-java@v4
11
+ - uses : actions/checkout@v5
12
+ - uses : actions/setup-java@v5
13
13
with :
14
14
java-version : 21
15
15
distribution : ' temurin'
Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
if : startsWith(github.ref, 'refs/tags/') # only allow publishing tagged versions
9
9
steps :
10
- - uses : actions/checkout@v4
11
- - uses : actions/setup-java@v4
10
+ - uses : actions/checkout@v5
11
+ - uses : actions/setup-java@v5
12
12
with :
13
13
java-version : 21
14
14
distribution : ' temurin'
Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
if : startsWith(github.ref, 'refs/tags/') # only allow publishing tagged versions
9
9
steps :
10
- - uses : actions/checkout@v4
11
- - uses : actions/setup-java@v4
10
+ - uses : actions/checkout@v5
11
+ - uses : actions/setup-java@v5
12
12
with :
13
13
java-version : 21
14
14
distribution : ' temurin'
You can’t perform that action at this time.
0 commit comments