Skip to content

Commit d25317b

Browse files
authored
Merge pull request #8 from http4k/dependabot/github_actions/actions/setup-java-5.1.0
Bump actions/setup-java from 4.7.1 to 5.1.0
2 parents f562d2c + 08d7dcd commit d25317b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Checkout code
1313
uses: actions/checkout@v4
1414
- name: Setup Java
15-
uses: actions/setup-java@v4.7.1
15+
uses: actions/setup-java@v5.1.0
1616
with:
1717
distribution: temurin
1818
java-version: 17

0 commit comments

Comments
 (0)