Skip to content

Commit

Permalink
CI: update to actions/checkout@v3, actions/setup-python@v4, actions/c…
Browse files Browse the repository at this point in the history
…ache@v3
  • Loading branch information
dairiki committed Nov 4, 2022
1 parent 7d22a1f commit 69dd8eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python_version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "pypy3"]
python_version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "pypy3.9"]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python_version }}
- name: set pre-commit cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/.cache/pre-commit
Expand Down

0 comments on commit 69dd8eb

Please sign in to comment.