We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef335e9 commit 4c02ecfCopy full SHA for 4c02ecf
2 files changed
.github/workflows/codegen.yml
@@ -50,7 +50,7 @@ jobs:
50
repository: googleapis/discovery-artifact-manager
51
fetch-depth: 1
52
path: discovery-artifact-manager
53
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
54
with:
55
python-version: "3.13"
56
- id: find-preferred-versions
@@ -93,7 +93,7 @@ jobs:
93
94
95
96
97
98
99
.github/workflows/tests.yml
@@ -36,7 +36,7 @@ jobs:
36
steps:
37
- uses: actions/checkout@v4
38
- name: Set up Python
39
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
40
41
42
- name: Install dependencies
0 commit comments