Skip to content

Commit 4c02ecf

Browse files
authored
chore(deps): update actions/setup-python action to v6 (#6676)
1 parent ef335e9 commit 4c02ecf

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codegen.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
repository: googleapis/discovery-artifact-manager
5151
fetch-depth: 1
5252
path: discovery-artifact-manager
53-
- uses: actions/setup-python@v5
53+
- uses: actions/setup-python@v6
5454
with:
5555
python-version: "3.13"
5656
- id: find-preferred-versions
@@ -93,7 +93,7 @@ jobs:
9393
repository: googleapis/discovery-artifact-manager
9494
fetch-depth: 1
9595
path: discovery-artifact-manager
96-
- uses: actions/setup-python@v5
96+
- uses: actions/setup-python@v6
9797
with:
9898
python-version: "3.13"
9999
- id: find-preferred-versions

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
steps:
3737
- uses: actions/checkout@v4
3838
- name: Set up Python
39-
uses: actions/setup-python@v5
39+
uses: actions/setup-python@v6
4040
with:
4141
python-version: "3.13"
4242
- name: Install dependencies

0 commit comments

Comments
 (0)