Skip to content
This repository was archived by the owner on Jul 17, 2024. It is now read-only.

Commit 0f006db

Browse files
dependabot[bot]triceo
authored andcommitted
chore(deps): bump actions/setup-java from 3 to 4
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3 to 4. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v3...v4) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e41f275 commit 0f006db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/downstream_python_quickstarts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292

9393
# Build and test
9494
- name: "Setup Java and Maven"
95-
uses: actions/setup-java@v3
95+
uses: actions/setup-java@v4
9696
with:
9797
java-version: ${{matrix.java-version}}
9898
distribution: 'temurin'

0 commit comments

Comments
 (0)