Skip to content

Commit 4f2502d

Browse files
chore(deps): bump actions/setup-java from 4 to 5 (#11)
1 parent 8f19d90 commit 4f2502d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v5
1919

2020
- name: Install java
21-
uses: actions/setup-java@v4
21+
uses: actions/setup-java@v5
2222
with:
2323
distribution: 'temurin'
2424
java-version: '${{ matrix.version }}'

0 commit comments

Comments
 (0)