Skip to content

Commit 132f381

Browse files
Bump astral-sh/setup-uv from 1 to 3 in the github-actions group (#974)
Bumps the github-actions group with 1 update: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv). --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Adam Johnson <[email protected]>
1 parent 3194a6d commit 132f381

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,10 @@ jobs:
3434
allow-prereleases: true
3535

3636
- name: Install uv
37-
uses: astral-sh/setup-uv@v1
37+
uses: astral-sh/setup-uv@v3
3838
with:
3939
enable-cache: true
40+
cache-dependency-glob: tests/requirements/*.txt
4041

4142
- name: Install dependencies
4243
run: uv pip install --system tox tox-uv
@@ -64,7 +65,7 @@ jobs:
6465
python-version: '3.12'
6566

6667
- name: Install uv
67-
uses: astral-sh/setup-uv@v1
68+
uses: astral-sh/setup-uv@v3
6869

6970
- name: Install dependencies
7071
run: uv pip install --system coverage[toml]

0 commit comments

Comments
 (0)