Skip to content

Commit 8aa52ec

Browse files
authored
ci: update actions/setup-java to v4
1 parent 957a04b commit 8aa52ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Checkout repository
2020
uses: actions/checkout@v4
2121
- name: Set up Java
22-
uses: actions/setup-java@v3
22+
uses: actions/setup-java@v4
2323
with:
2424
distribution: temurin
2525
java-version: ${{ matrix.java }}

0 commit comments

Comments
 (0)