Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d0abfb1

Browse files
authoredOct 9, 2022
Bump actions in test.yml
1 parent 81113c1 commit d0abfb1

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
@@ -154,13 +154,13 @@ jobs:
154154
use_coverage: true
155155

156156
steps:
157-
- uses: actions/checkout@v2
157+
- uses: actions/checkout@v3
158158
with:
159159
fetch-depth: 0
160160
persist-credentials: false
161161

162162
- name: Set up Python ${{ matrix.python }}
163-
uses: actions/setup-python@v2
163+
uses: actions/setup-python@v4
164164
with:
165165
python-version: ${{ matrix.python }}
166166

@@ -183,7 +183,7 @@ jobs:
183183

184184
- name: Upload coverage to Codecov
185185
if: "matrix.use_coverage"
186-
uses: codecov/codecov-action@v2
186+
uses: codecov/codecov-action@v3
187187
with:
188188
fail_ci_if_error: true
189189
files: ./coverage.xml

0 commit comments

Comments
 (0)