Skip to content

Commit

Permalink
CI: Upgrade Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Nov 22, 2022
1 parent dd1808b commit 9ebf03c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: true
- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Double-check Python version
Expand All @@ -37,7 +37,7 @@ jobs:
run: |
python -m sphinx -W --keep-going --color -d _build/doctrees/ doc/ _build/linkcheck/ -b linkcheck
- name: Upload linkcheck results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: ${{ success() || failure() }}
with:
name: linkcheck
Expand Down

0 comments on commit 9ebf03c

Please sign in to comment.