Skip to content

Commit 798dc46

Browse files
Update actions/setup-java action to v4.5.0 (#39)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Theo L.M. <theolm.mota@gmail.com>
1 parent 3bdb460 commit 798dc46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maestro.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
uses: actions/checkout@v4
99

1010
- name: Set up JDK 17
11-
uses: actions/setup-java@v4.1.0
11+
uses: actions/setup-java@v4.5.0
1212
with:
1313
distribution: temurin
1414
java-version: 17

0 commit comments

Comments
 (0)