Skip to content

Commit 5eddb45

Browse files
chore(deps): update actions/setup-java action to v5
Ref: PACT-445
1 parent 8408252 commit 5eddb45

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
steps:
2424
- uses: actions/checkout@v4
2525
- name: Set up JDK 17
26-
uses: actions/setup-java@v4
26+
uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5
2727
with:
2828
distribution: 'zulu'
2929
java-version: '17'

0 commit comments

Comments
 (0)