Skip to content

Commit dc8f535

Browse files
committed
run tests with updated actions versions
1 parent d703ef4 commit dc8f535

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests-python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ jobs:
3838

3939
steps:
4040
- name: Checkout repository
41-
uses: actions/checkout@v4
41+
uses: actions/checkout@v6
4242
with:
4343
fetch-depth: 2
4444

4545
- name: Install uv
46-
uses: astral-sh/setup-uv@v6
46+
uses: astral-sh/setup-uv@v8
4747
with:
4848
python-version: ${{ matrix.python-version }}
4949

0 commit comments

Comments
 (0)