Skip to content

Commit

Permalink
Update actions to current versions
Browse files Browse the repository at this point in the history
Previous versions were deprecated
  • Loading branch information
Menno Finlay-Smits committed Aug 16, 2023
1 parent 9eee049 commit c8827b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
timeout-minutes: 10
strategy:
fail-fast: false
Expand All @@ -22,8 +22,8 @@ jobs:
- "3.10"
- "pypy3"
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Print Python version under test
Expand Down

0 comments on commit c8827b6

Please sign in to comment.