File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ jobs:
1111 runs-on : ubuntu-latest
1212 strategy :
1313 matrix :
14- python-version : [3.9, 3.10, 3.11 ]
14+ python-version : ['3.10', '3.11', '3.12' ]
1515
1616 steps :
17- - uses : actions/checkout@v3
17+ - uses : actions/checkout@v4
1818
1919 - name : Set up Python ${{ matrix.python-version }}
20- uses : actions/setup-python@v4
20+ uses : actions/setup-python@v5
2121 with :
2222 python-version : ${{ matrix.python-version }}
2323
3636 pytest --cov=. --cov-report=xml
3737
3838 - name : Upload coverage to Codecov
39- uses : codecov/codecov-action@v3
39+ uses : codecov/codecov-action@v4
4040 with :
4141 file : ./coverage.xml
4242 fail_ci_if_error : true
Original file line number Diff line number Diff line change @@ -86,6 +86,6 @@ ehthumbs_vista.db
8686.fuse_hidden *
8787.directory
8888.Trash- *
89- .nfs *
89+ .nfs *
9090
91- data /
91+ data /
You can’t perform that action at this time.
0 commit comments