Skip to content

Commit

Permalink
Looks like the template was left with the old versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Sep 17, 2024
1 parent 64f5855 commit 66e4a0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/templates/.github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ jobs:
- {python-version: "pypy-3.9", tox-python-version: "pypy3"}
- {python-version: "3.11", tox-python-version: "py311"}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

- name: Cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.cache/pip
key:
Expand Down

0 comments on commit 66e4a0b

Please sign in to comment.