Skip to content

Commit

Permalink
Fixing pypy versions and updating very old action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
carl-tstpd committed May 14, 2023
1 parent 9c6cdca commit 3a512b3
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fetch-depth: 0
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
id: python
uses: actions/setup-python@v2.3.1
uses: actions/setup-python@v4
with:
python-version: ${{ env.DEFAULT_PYTHON }}
- name: Generate partial Python venv restore key
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
fetch-depth: 0
- name: Set up Python ${{ matrix.python-version }}
id: python
uses: actions/setup-python@v2.3.1
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Generate partial Python venv restore key
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
uses: actions/checkout@v2.4.0
- name: Set up Python ${{ matrix.python-version }}
id: python
uses: actions/setup-python@v2.3.1
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Restore Python virtual environment
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
uses: actions/checkout@v2.4.0
- name: Set up Python ${{ matrix.python-version }}
id: python
uses: actions/setup-python@v2.3.1
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Restore Python virtual environment
Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:
fetch-depth: 0
- name: Set up Python ${{ matrix.python-version }}
id: python
uses: actions/setup-python@v2.3.1
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Generate partial Python venv restore key
Expand Down Expand Up @@ -251,7 +251,7 @@ jobs:
uses: actions/checkout@v2.4.0
- name: Set up Python ${{ matrix.python-version }}
id: python
uses: actions/setup-python@v2.3.1
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Restore Python virtual environment
Expand All @@ -277,7 +277,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["pypy3"]
python-version: ["pypy3.8"]
outputs:
python-key: ${{ steps.generate-python-key.outputs.key }}
steps:
Expand All @@ -287,7 +287,7 @@ jobs:
fetch-depth: 0
- name: Set up Python ${{ matrix.python-version }}
id: python
uses: actions/setup-python@v2.3.1
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Generate partial Python venv restore key
Expand Down Expand Up @@ -327,7 +327,7 @@ jobs:
uses: actions/checkout@v2.4.0
- name: Set up Python ${{ matrix.python-version }}
id: python
uses: actions/setup-python@v2.3.1
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Restore Python virtual environment
Expand Down

0 comments on commit 3a512b3

Please sign in to comment.