Skip to content

Commit 43434a6

Browse files
committed
update GitHub Action »Setup Java« to v5
1 parent 50b5e74 commit 43434a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- name: Checkout repository
1515
uses: actions/checkout@v6
16-
- uses: actions/setup-java@v4
16+
- uses: actions/setup-java@v5
1717
with:
1818
distribution: ${{ matrix.javaDistribution }}
1919
java-version: ${{ matrix.javaVersion }}

0 commit comments

Comments
 (0)