Skip to content

Commit 46e4035

Browse files
committed
ci: bump astral-sh/setup-uv from v6 to v8.0.0
v8 uses immutable releases (no major/minor tags) for supply chain security. Pinning to exact version tag per upstream recommendation.
1 parent 116a674 commit 46e4035

21 files changed

Lines changed: 23 additions & 23 deletions

.github/workflows/claude.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
ref: ${{ github.event.pull_request.head.ref || github.ref }}
5858

5959
- name: Install uv
60-
uses: astral-sh/setup-uv@v6
60+
uses: astral-sh/setup-uv@v8.0.0
6161

6262
- name: Install dependencies
6363
run: |
@@ -317,7 +317,7 @@ jobs:
317317
ref: ${{ steps.pr-ref.outputs.ref }}
318318

319319
- name: Install uv
320-
uses: astral-sh/setup-uv@v6
320+
uses: astral-sh/setup-uv@v8.0.0
321321

322322
- name: Install dependencies
323323
run: |

.github/workflows/codeflash-optimize.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
fetch-depth: 0
3232

3333
- name: 🐍 Set up Python 3.11 for CLI
34-
uses: astral-sh/setup-uv@v6
34+
uses: astral-sh/setup-uv@v8.0.0
3535
with:
3636
python-version: 3.11.6
3737

.github/workflows/e2e-async.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
fi
6464
6565
- name: Set up Python 3.11 for CLI
66-
uses: astral-sh/setup-uv@v6
66+
uses: astral-sh/setup-uv@v8.0.0
6767
with:
6868
python-version: 3.11.6
6969

.github/workflows/e2e-bubblesort-benchmark.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
fi
6464
6565
- name: Set up Python 3.11 for CLI
66-
uses: astral-sh/setup-uv@v6
66+
uses: astral-sh/setup-uv@v8.0.0
6767
with:
6868
python-version: 3.11.6
6969

.github/workflows/e2e-bubblesort-pytest-nogit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
fi
6363
6464
- name: Set up Python 3.11 for CLI
65-
uses: astral-sh/setup-uv@v6
65+
uses: astral-sh/setup-uv@v8.0.0
6666
with:
6767
python-version: 3.11.6
6868

.github/workflows/e2e-bubblesort-unittest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
fi
6363
6464
- name: Set up Python 3.11 for CLI
65-
uses: astral-sh/setup-uv@v6
65+
uses: astral-sh/setup-uv@v8.0.0
6666
with:
6767
python-version: 3.11.6
6868

.github/workflows/e2e-coverage-optimization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
fi
6161
6262
- name: Set up Python 3.11 for CLI
63-
uses: astral-sh/setup-uv@v6
63+
uses: astral-sh/setup-uv@v8.0.0
6464
with:
6565
python-version: 3.11.6
6666

.github/workflows/e2e-futurehouse-structure.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
fi
6363
6464
- name: Set up Python 3.11 for CLI
65-
uses: astral-sh/setup-uv@v6
65+
uses: astral-sh/setup-uv@v8.0.0
6666
with:
6767
python-version: 3.11.6
6868

.github/workflows/e2e-init-optimization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
fi
6262
6363
- name: Set up Python 3.11 for CLI
64-
uses: astral-sh/setup-uv@v6
64+
uses: astral-sh/setup-uv@v8.0.0
6565
with:
6666
python-version: 3.11.6
6767

.github/workflows/e2e-java-fibonacci-nogit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
cache: maven
7373

7474
- name: Set up Python 3.11 for CLI
75-
uses: astral-sh/setup-uv@v6
75+
uses: astral-sh/setup-uv@v8.0.0
7676
with:
7777
python-version: 3.11.6
7878

0 commit comments

Comments
 (0)