Update mkdocs.yml

Try a new version of the checkout action.
This commit is contained in:
Benjamin Sergeant
2021-11-24 08:56:14 -08:00
committed by GitHub
parent 5f2955ef78
commit 23dbc8ae63

View File

@ -8,7 +8,7 @@ jobs:
linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python 3.8
uses: actions/setup-python@v1
with: