Skip to content

Commit c7cecad

Browse files
committed
upgrade github actions
1 parent d3821ee commit c7cecad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
1111

1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v3
1414
- name: Set up Python ${{ matrix.python-version }}
15-
uses: actions/setup-python@v2
15+
uses: actions/setup-python@v4
1616
with:
1717
python-version: ${{ matrix.python-version }}
1818

@@ -39,6 +39,6 @@ jobs:
3939
poetry run python -m readme_renderer ./README.rst -o /tmp/README.html
4040
4141
- name: Upload coverage to Codecov
42-
uses: codecov/codecov-action@v1
42+
uses: codecov/codecov-action@v3
4343
with:
4444
file: ./coverage.xml

0 commit comments

Comments
 (0)