We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac1e8b3 commit 80d49b0Copy full SHA for 80d49b0
.github/workflows/ci.yml
@@ -19,10 +19,10 @@ jobs:
19
name: Check SDist
20
steps:
21
- uses: actions/checkout@v4
22
- - uses: actions/setup-python@v4
+ - uses: actions/setup-python@v5
23
with:
24
python-version: 3.x
25
- - uses: pre-commit/[email protected].0
+ - uses: pre-commit/[email protected].1
26
27
build:
28
runs-on: ubuntu-latest
@@ -32,7 +32,7 @@ jobs:
32
33
34
- name: Set up Python ${{ matrix.python-version }}
35
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
36
37
python-version: ${{ matrix.python-version }}
38
allow-prereleases: true
@@ -50,4 +50,4 @@ jobs:
50
run: pytest --cov=removestar . -vv
51
52
- name: Upload coverage report
53
- uses: codecov/codecov-action@v3.1.4
+ uses: codecov/codecov-action@v5.0.7
0 commit comments