Skip to content

Commit b07be8c

Browse files
authored
Merge pull request #6 from http4k/dependabot/github_actions/actions/setup-java-4.4.0
Bump actions/setup-java from 4.3.0 to 4.4.0
2 parents 9efb1c8 + f0b69ab commit b07be8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_heroku.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: Checkout
1010
uses: actions/[email protected]
1111
- name: Setup Java
12-
uses: actions/setup-java@v4.3.0
12+
uses: actions/setup-java@v4.4.0
1313
with:
1414
distribution: temurin
1515
java-version: 21

0 commit comments

Comments
 (0)