Skip to content

Commit

Permalink
Merge pull request #65 from mariusvniekerk/renovate/actions-setup-pyt…
Browse files Browse the repository at this point in the history
…hon-4.x

Update actions/setup-python action to v4
  • Loading branch information
mariusvniekerk authored Jul 9, 2023
2 parents 8b91ddb + 4e5d487 commit 1ac97af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- name: Checkout master
uses: actions/checkout@v3
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: "3.10"
- run: pip install mkdocs mkdocs-material mkdocs-typer
Expand Down

0 comments on commit 1ac97af

Please sign in to comment.