Skip to content

Commit a0c4fdb

Browse files
chore(deps): bump actions/setup-python from 5 to 6
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent caf1f99 commit a0c4fdb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/java-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
distribution: 'zulu'
5454
cache: 'maven'
5555

56-
- uses: actions/setup-python@v5
56+
- uses: actions/setup-python@v6
5757
with:
5858
python-version: '3.10'
5959

.github/workflows/kotlin-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
distribution: 'zulu'
5454
cache: 'maven'
5555

56-
- uses: actions/setup-python@v5
56+
- uses: actions/setup-python@v6
5757
with:
5858
python-version: '3.10'
5959

0 commit comments

Comments
 (0)