Skip to content

Commit

Permalink
Update GH Action workflow steps to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
tw4l committed Aug 5, 2023
1 parent eace86e commit 5c57138
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
toxenv: "py310"
steps:
- name: "Check out repository"
uses: "actions/checkout@v2"
uses: "actions/checkout@v3"
- name: "Set up Python ${{ matrix.python-version }}"
uses: "actions/setup-python@v2"
uses: "actions/setup-python@v3"
with:
python-version: "${{ matrix.python-version }}"
- name: Install homebrew
Expand Down Expand Up @@ -90,11 +90,11 @@ jobs:
runs-on: "ubuntu-22.04"
steps:
- name: "Check out repository"
uses: "actions/checkout@v2"
uses: "actions/checkout@v3"
- name: "Set up Python"
uses: "actions/setup-python@v2"
uses: "actions/setup-python@v3"
with:
python-version: "3.8"
python-version: "3.10"
- name: "Install tox"
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 5c57138

Please sign in to comment.