Skip to content

Commit 7269d3f

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 835341c commit 7269d3f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/github2gerrit-v2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
exit 1
9797
9898
- name: "Setup Python environment"
99-
uses: actions/setup-python@v5
99+
uses: actions/setup-python@v6
100100
with:
101101
python-version: "3.11"
102102

.github/workflows/github2gerrit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
runs-on: ubuntu-latest
7676
steps:
7777
- name: Install python
78-
uses: actions/setup-python@v5
78+
uses: actions/setup-python@v6
7979
id: setup-python
8080
with:
8181
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)