We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c4b86b0 + babaedf commit da0c761Copy full SHA for da0c761
.github/workflows/lint.yml
@@ -10,7 +10,7 @@ jobs:
10
steps:
11
- uses: actions/checkout@v4
12
- name: Install uv
13
- uses: astral-sh/setup-uv@v4
+ uses: astral-sh/setup-uv@v5
14
- name: Set up Python
15
uses: actions/setup-python@v5
16
with:
.github/workflows/release.yml
.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
17
- name: Set up Python ${{ matrix.python-version }}
18
19
0 commit comments