Skip to content

Commit b862108

Browse files
chore(deps): update actions/setup-java action to v4.7.0 (#299)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7da9d60 commit b862108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
if: ${{ matrix.compiler-version <= matrix.java-version && (matrix.java-version < 14 || matrix.compiler-version >= 7) && (matrix.java-version < 11 || matrix.compiler-version >= 6) }}
2424

2525
- name: Setup JDK${{ matrix.java-version }}
26-
uses: actions/setup-java@v4.6.0
26+
uses: actions/setup-java@v4.7.0
2727
if: ${{ matrix.compiler-version <= matrix.java-version && (matrix.java-version < 14 || matrix.compiler-version >= 7) && (matrix.java-version < 11 || matrix.compiler-version >= 6) }}
2828
with:
2929
java-version: ${{ matrix.java-version }}

0 commit comments

Comments
 (0)