Skip to content

Commit 20c984e

Browse files
Merge pull request #624 from andreschaffer/dependabot/github_actions/actions/setup-java-5.0.0
Bump actions/setup-java from 4.7.1 to 5.0.0
2 parents 7ad4a2e + 15b5e4e commit 20c984e

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
@@ -23,7 +23,7 @@ jobs:
2323
run: docker compose -f pact-tools/pact-broker/docker-compose.yml up -d
2424

2525
- name: Set up JDK
26-
uses: actions/setup-java@v4.7.1
26+
uses: actions/setup-java@v5.0.0
2727
with:
2828
java-version: 19
2929
distribution: 'adopt'

0 commit comments

Comments
 (0)