Skip to content

Commit

Permalink
CI: Update actions/setup-python
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrgn committed Apr 15, 2024
1 parent cd71a78 commit dd088b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ jobs:
- '3.10'
- '3.11'
- '3.12'
- 'pypy3'
- 'pypy3.10'
coverage:
- '5.5'
- '6.0'
name: Python ${{ matrix.python }} on coverage ${{ matrix.coverage }}
steps:
- uses: actions/checkout@v2
- name: Setup python ${{ matrix.python }}
uses: actions/setup-python@v1
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
- name: Install dependencies
Expand Down

0 comments on commit dd088b8

Please sign in to comment.