Skip to content

Commit e3f0734

Browse files
committed
ci: updated uv action versions
1 parent f51845d commit e3f0734

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/actions/setup-uv/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ runs:
1111
steps:
1212
- name: Set up Python
1313
id: setup-python
14-
uses: actions/setup-python@v5
14+
uses: actions/setup-python@v6
1515
with:
1616
python-version-file: ".python-version"
1717

1818
- name: Install uv
19-
uses: astral-sh/setup-uv@v3
19+
uses: astral-sh/setup-uv@v7
2020
with:
2121
enable-cache: true
2222

2323
- name: Cache dependencies
24-
uses: actions/cache@v4
24+
uses: actions/cache@v5
2525
with:
2626
path: .venv
2727
key: ${{ runner.os }}-py-${{ steps.setup-python.outputs.python-version }}-uv-${{ inputs.dependency-group }}-${{ hashFiles('pyproject.toml') }}

0 commit comments

Comments
 (0)