Skip to content

Commit 3fee93c

Browse files
dependabot[bot]aucampia
authored andcommitted
Bump actions/setup-java from 2 to 3
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2 to 3. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v2...v3) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8319c36 commit 3fee93c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: actions/setup-python@v2
4141
with:
4242
python-version: ${{ matrix.python-version }}
43-
- uses: actions/setup-java@v2
43+
- uses: actions/setup-java@v3
4444
if: ${{ matrix.extensive-tests }}
4545
with:
4646
distribution: "temurin"

0 commit comments

Comments
 (0)