Skip to content

Commit 29f72e6

Browse files
committed
Fetch depth 2, checkout@v4
1 parent 53479fd commit 29f72e6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy-version.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Check out code
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515
with:
16-
fetch-depth: 1
16+
fetch-depth: 2
1717

1818
- name: Set up Python
1919
uses: actions/setup-python@v4

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Welcome to The Mission Pinball Framework!
33
---
44

5-
# The Mission Pinball Framework (MPF) 0.57
5+
# The Mission Pinball Framework (MPF)
66

77
*Open source software for powering real pinball machines!*
88

0 commit comments

Comments
 (0)