Skip to content

Commit 4f6b400

Browse files
authored
Merge pull request #589 from maxmind/dependabot/github_actions/actions/setup-java-5
Bump actions/setup-java from 4 to 5
2 parents bf16992 + 264898c commit 4f6b400

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)