Skip to content

Commit 0682d05

Browse files
authored
Merge pull request #3 from http4k/dependabot/github_actions/actions/setup-java-4.7.0
Bump actions/setup-java from 4.5.0 to 4.7.0
2 parents dabb82c + 7805f63 commit 0682d05

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.5.0
15+
uses: actions/setup-java@v4.7.0
1616
with:
1717
distribution: temurin
1818
java-version: 17

0 commit comments

Comments
 (0)