Skip to content

Commit 99dceab

Browse files
authored
Merge pull request #283 from maxmind/dependabot/github_actions/actions/setup-java-5
Bump actions/setup-java from 4 to 5
2 parents ce2a101 + c10f8bd commit 99dceab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
submodules: true
1717
persist-credentials: false
18-
- uses: actions/setup-java@v4
18+
- uses: actions/setup-java@v5
1919
with:
2020
distribution: ${{ matrix.distribution }}
2121
java-version: ${{ matrix.version }}

0 commit comments

Comments
 (0)