Skip to content

Commit 5a9935b

Browse files
committed
Update used GitHub Actions to support Node.js 24
1 parent becad4d commit 5a9935b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout
10-
uses: actions/checkout@v4
10+
uses: actions/checkout@v5
1111

1212
- name: Install uv
13-
uses: astral-sh/setup-uv@v6.5
13+
uses: astral-sh/setup-uv@v8.0.0
1414

1515
- name: Execute tests
1616
run: uv run pytest

0 commit comments

Comments
 (0)