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 7282c66 + d78bf08 commit f85675bCopy full SHA for f85675b
.github/workflows/Lint-and-test.yml
@@ -19,7 +19,7 @@ jobs:
19
tests:
20
runs-on: ubuntu-latest
21
steps:
22
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
23
- name: Install uv and set the python version
24
uses: astral-sh/setup-uv@v7
25
with:
.github/workflows/python-publish.yml
@@ -12,7 +12,7 @@ jobs:
12
13
14
15
16
- name: Set up Python
17
uses: actions/setup-python@v6
18
0 commit comments