Skip to content

Commit 9608d39

Browse files
committed
use recent versions of gha
1 parent c21d6bf commit 9608d39

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci-tests.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ jobs:
3535
name: "Python: ${{ matrix.py }}-${{ matrix.architecture }} on ${{ matrix.os }}"
3636
runs-on: ${{ matrix.os }}
3737
steps:
38-
- uses: actions/checkout@v2
38+
- uses: actions/checkout@v4
3939
- name: Setup python
40-
uses: actions/setup-python@v2
40+
uses: actions/setup-python@v5
4141
with:
4242
python-version: ${{ matrix.py }}
4343
architecture: ${{ matrix.architecture }}
@@ -50,9 +50,9 @@ jobs:
5050
# Assume coverage is identical across supported versions of Python.
5151
# Choose the latest Python.
5252
steps:
53-
- uses: actions/checkout@v2
53+
- uses: actions/checkout@v4
5454
- name: Setup python
55-
uses: actions/setup-python@v2
55+
uses: actions/setup-python@v5
5656
with:
5757
python-version: 3.12
5858
architecture: x64
@@ -62,9 +62,9 @@ jobs:
6262
runs-on: ubuntu-latest
6363
name: Build the documentation
6464
steps:
65-
- uses: actions/checkout@v2
65+
- uses: actions/checkout@v4
6666
- name: Setup python
67-
uses: actions/setup-python@v2
67+
uses: actions/setup-python@v5
6868
with:
6969
python-version: 3.12
7070
architecture: x64

0 commit comments

Comments
 (0)