Skip to content

Commit 80b553e

Browse files
Update to latest version of the action
1 parent 450ac93 commit 80b553e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
python-version: ["3.6", "3.7", "3.8", "3.9"]
1212

1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v3
1515

1616
- name: Set up Python
17-
uses: actions/setup-python@v2
17+
uses: actions/setup-python@v4
1818
with:
1919
python-version: ${{ matrix.python-version }}
2020
architecture: x64
@@ -24,4 +24,4 @@ jobs:
2424

2525
- name: Test with pytest
2626
run: |
27-
pytest --cov=transloadit tests
27+
pytest --cov=transloadit tests

0 commit comments

Comments
 (0)