Skip to content

Commit 315ca88

Browse files
authored
Merge pull request #1132 from eXist-db/dependabot/github_actions/actions/setup-java-5
chore(deps): bump actions/setup-java from 4 to 5
2 parents 2d1444e + 04ad152 commit 315ca88

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
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v5
1414
- name: Set up JDK ${{ matrix.jdk }}
15-
uses: actions/setup-java@v4
15+
uses: actions/setup-java@v5
1616
with:
1717
distribution: temurin
1818
cache: maven

0 commit comments

Comments
 (0)