Skip to content

Commit 5fa51fc

Browse files
authored
Merge pull request #12 from http4k/dependabot/github_actions/actions/setup-java-4.7.0
Bump actions/setup-java from 4.3.0 to 4.7.0
2 parents 7b2bf82 + e014b90 commit 5fa51fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v4.2.2
11-
- uses: actions/setup-java@v4.3.0
11+
- uses: actions/setup-java@v4.7.0
1212
with:
1313
distribution: temurin
1414
java-version: 21

0 commit comments

Comments
 (0)