Skip to content

Commit 2fe68cd

Browse files
authored
Merge pull request #113 from eXist-db/dependabot/github_actions/actions/setup-java-5
chore(deps): bump actions/setup-java from 4 to 5
2 parents 266719f + 62bd1f5 commit 2fe68cd

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
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v5
2121
- name: Set up JDK ${{ matrix.java-version }}
22-
uses: actions/setup-java@v4
22+
uses: actions/setup-java@v5
2323
with:
2424
distribution: temurin
2525
cache: maven

0 commit comments

Comments
 (0)