Skip to content

Commit a3196ed

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 b26f5da commit a3196ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/github2gerrit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
runs-on: ubuntu-latest
7575
steps:
7676
- name: Install python
77-
uses: actions/setup-python@v5
77+
uses: actions/setup-python@v6
7878
id: setup-python
7979
with:
8080
python-version: "3.11"

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ runs:
5151
using: "composite"
5252
steps:
5353
- name: Install python
54-
uses: actions/setup-python@v5
54+
uses: actions/setup-python@v6
5555
id: setup-python
5656
with:
5757
python-version: "3.11"

0 commit comments

Comments
 (0)