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.
1 parent f8bc546 commit 52d4643Copy full SHA for 52d4643
3 files changed
.github/workflows/lint-and-fmt.yml
@@ -18,7 +18,7 @@ jobs:
18
name: lint and fmt - Python ${{ matrix.python-version }} on ${{ matrix.architecture }}
19
steps:
20
- name: Checkout
21
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
22
23
- name: Install prettier
24
run: |
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
12
13
14
15
16
- name: Install uv
17
uses: astral-sh/setup-uv@v8.2.0
.github/workflows/unit-test.yml
@@ -17,7 +17,7 @@ jobs:
name: unittest - Python ${{ matrix.python-version }} on ${{ matrix.architecture }}
0 commit comments