Skip to content

Commit 3791080

Browse files
chore(deps): Bump actions/setup-python from 6 to 7 (#425)
1 parent 3a69383 commit 3791080

9 files changed

Lines changed: 16 additions & 16 deletions

.github/workflows/arch_diff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
fetch-depth: 0
3737

3838
- name: Setup Python
39-
uses: actions/setup-python@v6
39+
uses: actions/setup-python@v7
4040
with:
4141
python-version: "3.12"
4242

.github/workflows/benchmark.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
fetch-depth: 0
4444

4545
- name: Setup Python
46-
uses: actions/setup-python@v6
46+
uses: actions/setup-python@v7
4747
with:
4848
python-version: "3.12"
4949

@@ -86,7 +86,7 @@ jobs:
8686
fetch-depth: 0
8787

8888
- name: Setup Python
89-
uses: actions/setup-python@v6
89+
uses: actions/setup-python@v7
9090
with:
9191
python-version: "3.12"
9292

@@ -128,7 +128,7 @@ jobs:
128128
- uses: actions/checkout@v7
129129

130130
- name: Setup Python
131-
uses: actions/setup-python@v6
131+
uses: actions/setup-python@v7
132132
with:
133133
python-version: "3.12"
134134

.github/workflows/golden_regen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
token: ${{ secrets.GITHUB_TOKEN }}
4646

4747
- name: Setup Python
48-
uses: actions/setup-python@v6
48+
uses: actions/setup-python@v7
4949
with:
5050
python-version: "3.12"
5151

.github/workflows/gpu_l4_golden_parity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- uses: actions/checkout@v7
4040

4141
- name: Setup Python
42-
uses: actions/setup-python@v6
42+
uses: actions/setup-python@v7
4343
with:
4444
python-version: "3.12"
4545

.github/workflows/gpu_l5_generation_e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- uses: actions/checkout@v7
4040

4141
- name: Setup Python
42-
uses: actions/setup-python@v6
42+
uses: actions/setup-python@v7
4343
with:
4444
python-version: "3.12"
4545

.github/workflows/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v7
2323
- name: Set up Python "3.13"
24-
uses: actions/setup-python@v6
24+
uses: actions/setup-python@v7
2525
with:
2626
python-version: "3.13"
2727
- name: Lint with lintrunner
@@ -81,7 +81,7 @@ jobs:
8181
steps:
8282
- uses: actions/checkout@v7
8383
- name: Setup Python
84-
uses: actions/setup-python@v6
84+
uses: actions/setup-python@v7
8585
with:
8686
python-version: "3.12"
8787
- name: Cache pip packages
@@ -128,7 +128,7 @@ jobs:
128128
steps:
129129
- uses: actions/checkout@v7
130130
- name: Setup Python
131-
uses: actions/setup-python@v6
131+
uses: actions/setup-python@v7
132132
with:
133133
python-version: "3.12"
134134
- name: Cache pip packages
@@ -223,7 +223,7 @@ jobs:
223223
steps:
224224
- uses: actions/checkout@v7
225225
- name: Setup Python
226-
uses: actions/setup-python@v6
226+
uses: actions/setup-python@v7
227227
with:
228228
python-version: ${{ matrix.python_version }}
229229
- name: Cache pip packages
@@ -266,7 +266,7 @@ jobs:
266266
steps:
267267
- uses: actions/checkout@v7
268268
- name: Setup Python
269-
uses: actions/setup-python@v6
269+
uses: actions/setup-python@v7
270270
with:
271271
python-version: "3.12"
272272
- name: Cache HuggingFace models
@@ -315,7 +315,7 @@ jobs:
315315
with:
316316
persist-credentials: false
317317
- name: Setup Python
318-
uses: actions/setup-python@v6
318+
uses: actions/setup-python@v7
319319
with:
320320
python-version: "3.12"
321321
- name: Install Python build dependencies

.github/workflows/nightly_l2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v7
2626

2727
- name: Setup Python
28-
uses: actions/setup-python@v6
28+
uses: actions/setup-python@v7
2929
with:
3030
python-version: "3.12"
3131

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fetch-depth: 0
2828

2929
- name: Setup Python
30-
uses: actions/setup-python@v6
30+
uses: actions/setup-python@v7
3131
with:
3232
python-version: "3.12"
3333

.github/workflows/validation_examples_gpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- uses: actions/checkout@v7
6464

6565
- name: Setup Python
66-
uses: actions/setup-python@v6
66+
uses: actions/setup-python@v7
6767
with:
6868
python-version: "3.12"
6969

0 commit comments

Comments
 (0)