Skip to content

Commit

Permalink
use recent versions of gha
Browse files Browse the repository at this point in the history
  • Loading branch information
gawel committed Jul 5, 2024
1 parent c21d6bf commit 9608d39
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
name: "Python: ${{ matrix.py }}-${{ matrix.architecture }} on ${{ matrix.os }}"
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.py }}
architecture: ${{ matrix.architecture }}
Expand All @@ -50,9 +50,9 @@ jobs:
# Assume coverage is identical across supported versions of Python.
# Choose the latest Python.
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: 3.12
architecture: x64
Expand All @@ -62,9 +62,9 @@ jobs:
runs-on: ubuntu-latest
name: Build the documentation
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: 3.12
architecture: x64
Expand Down

0 comments on commit 9608d39

Please sign in to comment.