We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8497fc commit b90c8baCopy full SHA for b90c8ba
2 files changed
template/.github/workflows/bench.yaml
@@ -56,7 +56,7 @@ jobs:
56
- name: Setup Python
57
uses: liblaf/actions/setup-python@v1
58
- name: Install Mise
59
- uses: jdx/mise-action@v3
+ uses: jdx/mise-action@v4
60
- name: Bench
61
uses: CodSpeedHQ/action@v4
62
with:
template/.github/workflows/test.yaml
@@ -64,7 +64,7 @@ jobs:
64
65
python-version: ${{ matrix.python-version }}
66
67
68
- name: Test
69
run: mise run test
70
- if: success() || failure()
0 commit comments