Skip to content

Commit

Permalink
Merge pull request #292 from shimwell/patch-1
Browse files Browse the repository at this point in the history
updated action versions for setup-python and checkout
  • Loading branch information
bast authored Jun 5, 2024
2 parents 968ae93 + aff65a7 commit 63f6d54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/gh_workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- name: Install dependencies
run: |
pip install sphinx sphinx_rtd_theme myst_parser
Expand Down

0 comments on commit 63f6d54

Please sign in to comment.