Skip to content

Commit

Permalink
Update GH actions (#406)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman committed Jun 4, 2022
1 parent 7809877 commit 5f19796
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
python-version: ["3.7", "3.8", "3.9", "3.10"]
sphinx-version: ["sphinx==3.0", "sphinx==4.0", "sphinx>4.4"]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Python setup
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}

Expand Down Expand Up @@ -72,10 +72,10 @@ jobs:
python-version: ["3.11-dev"]
sphinx-version: ["sphinx==4.0", "sphinx==4.5"]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Python setup
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}

Expand Down Expand Up @@ -115,10 +115,10 @@ jobs:
os: [ubuntu]
python-version: ["3.9", "3.10"]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Python setup
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}

Expand Down

0 comments on commit 5f19796

Please sign in to comment.