Skip to content

Commit 4cfe520

Browse files
Bump actions/setup-java from 3 to 4 (#100)
Pull request: #100
1 parent 677b5c7 commit 4cfe520

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/actions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v4
2222
with:
2323
fetch-depth: 0
24-
- uses: actions/setup-java@v3
24+
- uses: actions/setup-java@v4
2525
with:
2626
distribution: 'temurin'
2727
java-version: ${{ matrix.java }}
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/checkout@v4
3434
with:
3535
fetch-depth: 0
36-
- uses: actions/setup-java@v3
36+
- uses: actions/setup-java@v4
3737
with:
3838
distribution: 'temurin'
3939
java-version: 8
@@ -54,7 +54,7 @@ jobs:
5454
LC_ALL: "en_US.UTF-8"
5555
steps:
5656
- uses: actions/checkout@v4
57-
- uses: actions/setup-java@v3
57+
- uses: actions/setup-java@v4
5858
with:
5959
distribution: 'temurin'
6060
java-version: 8

0 commit comments

Comments
 (0)