Skip to content

Commit 722b9c4

Browse files
chore(deps): update actions/setup-java action to v4.7.1 (#105)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Chris Pulman <[email protected]>
1 parent 93504f5 commit 722b9c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fetch-depth: 0
2020

2121
- name: 'Setup Java JDK 11'
22-
uses: actions/setup-java@v4.2.1
22+
uses: actions/setup-java@v4.7.1
2323
with:
2424
distribution: 'microsoft'
2525
java-version: '11'

0 commit comments

Comments
 (0)