Skip to content

Commit 6cd7f3a

Browse files
committed
update actions versions
1 parent 06b41c3 commit 6cd7f3a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
python-version: [3.6, 3.7, 3.8, 3.9, "3.10"]
2020

2121
steps:
22-
- uses: actions/checkout@v2
22+
- uses: actions/checkout@v3
2323
- name: Set up Python ${{ matrix.python-version }}
24-
uses: actions/setup-python@v2
24+
uses: actions/setup-python@v4
2525
with:
2626
python-version: ${{ matrix.python-version }}
2727
- name: Install dependencies
@@ -38,4 +38,4 @@ jobs:
3838
run: |
3939
pytest --doctest-modules --ignore=$MODULE_NAME/tests $MODULE_NAME
4040
- name: Upload coverage to Codecov
41-
uses: codecov/codecov-action@v1
41+
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)