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 53479fd commit 29f72e6Copy full SHA for 29f72e6
.github/workflows/deploy-version.yaml
@@ -11,9 +11,9 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- name: Check out code
14
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
15
with:
16
- fetch-depth: 1
+ fetch-depth: 2
17
18
- name: Set up Python
19
uses: actions/setup-python@v4
docs/index.md
@@ -2,7 +2,7 @@
2
title: Welcome to The Mission Pinball Framework!
3
---
4
5
-# The Mission Pinball Framework (MPF) 0.57
+# The Mission Pinball Framework (MPF)
6
7
*Open source software for powering real pinball machines!*
8
0 commit comments