Skip to content

Commit

Permalink
ci: update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii committed May 12, 2022
1 parent ac90e19 commit 76c30c9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
PY_COLORS: 1
TOX_PARALLEL_NO_SPINNER: 1
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Setup Python 3.9
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: 3.9

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ jobs:
- { py: '3.11-dev', os: windows }

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Setup python for test ${{ matrix.py }}
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.py }}

Expand All @@ -74,7 +74,7 @@ jobs:
shell: python

- name: Setup python for tox
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: 3.9

Expand Down Expand Up @@ -116,10 +116,10 @@ jobs:
PY_COLORS: 1
TOX_PARALLEL_NO_SPINNER: 1
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Setup Python 3.9
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: 3.9

Expand Down

0 comments on commit 76c30c9

Please sign in to comment.