We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1558914 commit 4ac6e17Copy full SHA for 4ac6e17
2 files changed
template/.github/workflows/bench.yaml
@@ -57,7 +57,7 @@ jobs:
57
- name: Setup Python
58
uses: liblaf/actions/setup-python@main
59
- name: Install Mise
60
- uses: jdx/mise-action@v2
+ uses: jdx/mise-action@v3
61
- name: Bench
62
uses: CodSpeedHQ/action@v3
63
with:
template/.github/workflows/test.yaml
@@ -63,7 +63,7 @@ jobs:
64
65
66
67
- name: Test
68
run: mise run test
69
- name: Upload Coverage
0 commit comments