Skip to content

Commit ba7d222

Browse files
authored
Merge pull request #49 from lfit/dependabot/github_actions/actions/setup-python-6
Chore(deps): Bump actions/setup-python from 5 to 6
2 parents 4c86bb0 + 6a50bcc commit ba7d222

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)