Skip to content

Commit 06cb294

Browse files
committed
CI: update actions
1 parent b7400b9 commit 06cb294

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
os: [ubuntu-latest, macos-latest, windows-latest]
1212
python-version: [3.5, 3.6, 3.7, 3.8, pypy3]
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v4
1515
- name: Set up Python ${{ matrix.python-version }}
16-
uses: actions/setup-python@v2
16+
uses: actions/setup-python@v5
1717
with:
1818
python-version: ${{ matrix.python-version }}
1919
- name: Install dependencies
@@ -39,7 +39,7 @@ jobs:
3939
run: |
4040
python -m flake8
4141
- name: Upload coverage to Codecov
42-
uses: codecov/codecov-action@v1
42+
uses: codecov/codecov-action@v5
4343

4444
test-mypy:
4545
runs-on: ${{ matrix.os }}
@@ -48,9 +48,9 @@ jobs:
4848
os: [ubuntu-latest, macos-latest, windows-latest]
4949
python-version: [3.6, 3.8]
5050
steps:
51-
- uses: actions/checkout@v2
51+
- uses: actions/checkout@v4
5252
- name: Set up Python ${{ matrix.python-version }}
53-
uses: actions/setup-python@v2
53+
uses: actions/setup-python@v5
5454
with:
5555
python-version: ${{ matrix.python-version }}
5656
- name: Install dependencies
@@ -68,9 +68,9 @@ jobs:
6868
os: [ubuntu-latest, macos-latest, windows-latest]
6969
python-version: [2.7]
7070
steps:
71-
- uses: actions/checkout@v2
71+
- uses: actions/checkout@v4
7272
- name: Set up Python ${{ matrix.python-version }}
73-
uses: actions/setup-python@v2
73+
uses: actions/setup-python@v5
7474
with:
7575
python-version: ${{ matrix.python-version }}
7676
- name: Install dependencies
@@ -93,4 +93,4 @@ jobs:
9393
python -m coverage run --branch setup.py test
9494
python -m coverage xml -i
9595
- name: Upload coverage to Codecov
96-
uses: codecov/codecov-action@v1
96+
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)