We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2ce084 commit f969760Copy full SHA for f969760
1 file changed
.github/workflows/testing.yml
@@ -12,9 +12,9 @@ on:
12
13
jobs:
14
lint:
15
- runs-on: ubuntu-latest
+ runs-on: ubuntu-slim
16
steps:
17
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
18
- uses: actions/setup-python@v6
19
with:
20
python-version: "3.13"
@@ -28,7 +28,7 @@ jobs:
28
python-version: ["3.10", "3.11", "3.12", "3.13"]
29
30
31
32
- name: Install latest version of uv and set up Python ${{ matrix.python-version }}
33
uses: astral-sh/setup-uv@v7
34
0 commit comments