Skip to content

Commit e700de4

Browse files
Update actions/setup-java action to v5
1 parent 44adcdc commit e700de4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
1111
with:
1212
fetch-depth: 0
13-
- uses: actions/setup-java@v4
13+
- uses: actions/setup-java@v5
1414
with:
1515
java-version: 17
1616
distribution: temurin
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
3333
with:
3434
fetch-depth: 0
35-
- uses: actions/setup-java@v4
35+
- uses: actions/setup-java@v5
3636
with:
3737
java-version: 17
3838
distribution: temurin

0 commit comments

Comments
 (0)