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 b9b2ffc commit 3e3d19bCopy full SHA for 3e3d19b
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@v4
+ uses: actions/checkout@v5
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@v6
.github/workflows/unit-test.yml
@@ -17,7 +17,7 @@ jobs:
name: unittest - Python ${{ matrix.python-version }} on ${{ matrix.architecture }}
0 commit comments