Skip to content

Commit 9d015ff

Browse files
Merge pull request #671 from andreschaffer/dependabot/github_actions/actions/setup-java-5.2.0
Bump actions/setup-java from 5.1.0 to 5.2.0
2 parents 36c7ca3 + 009909a commit 9d015ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: docker compose -f pact-tools/pact-broker/docker-compose.yml up -d
2828

2929
- name: Set up JDK
30-
uses: actions/setup-java@v5.1.0
30+
uses: actions/setup-java@v5.2.0
3131
with:
3232
java-version: 19
3333
distribution: 'adopt'

0 commit comments

Comments
 (0)