We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 450ac93 commit 80b553eCopy full SHA for 80b553e
1 file changed
.github/workflows/ci.yml
@@ -11,10 +11,10 @@ jobs:
11
python-version: ["3.6", "3.7", "3.8", "3.9"]
12
13
steps:
14
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
15
16
- name: Set up Python
17
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
18
with:
19
python-version: ${{ matrix.python-version }}
20
architecture: x64
@@ -24,4 +24,4 @@ jobs:
24
25
- name: Test with pytest
26
run: |
27
- pytest --cov=transloadit tests
+ pytest --cov=transloadit tests
0 commit comments