We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3d1871d + 2a3598c commit 0f39c20Copy full SHA for 0f39c20
.github/workflows/Lint-and-test.yml
@@ -24,7 +24,7 @@ jobs:
24
tests:
25
runs-on: ubuntu-latest
26
steps:
27
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
28
- name: Install uv and set the python version
29
uses: astral-sh/setup-uv@v6
30
with:
.github/workflows/python-publish.yml
@@ -14,7 +14,7 @@ jobs:
14
15
16
17
18
- name: Set up Python
19
uses: actions/setup-python@v5
20
0 commit comments