Skip to content

Commit 5c57138

Browse files
committed
Update GH Action workflow steps to latest
1 parent eace86e commit 5c57138

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
toxenv: "py310"
2525
steps:
2626
- name: "Check out repository"
27-
uses: "actions/checkout@v2"
27+
uses: "actions/checkout@v3"
2828
- name: "Set up Python ${{ matrix.python-version }}"
29-
uses: "actions/setup-python@v2"
29+
uses: "actions/setup-python@v3"
3030
with:
3131
python-version: "${{ matrix.python-version }}"
3232
- name: Install homebrew
@@ -90,11 +90,11 @@ jobs:
9090
runs-on: "ubuntu-22.04"
9191
steps:
9292
- name: "Check out repository"
93-
uses: "actions/checkout@v2"
93+
uses: "actions/checkout@v3"
9494
- name: "Set up Python"
95-
uses: "actions/setup-python@v2"
95+
uses: "actions/setup-python@v3"
9696
with:
97-
python-version: "3.8"
97+
python-version: "3.10"
9898
- name: "Install tox"
9999
run: |
100100
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)