Skip to content

Commit

Permalink
Upgrade GitHub Actions (#425)
Browse files Browse the repository at this point in the history
New versions use Node 16.
  • Loading branch information
adamchainz authored May 13, 2022
1 parent 8ea68c1 commit 0ab10d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
- '3.11-dev'

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

- uses: actions/setup-python@v2
- uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
cache: pip
Expand Down

0 comments on commit 0ab10d2

Please sign in to comment.