Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
21d4ba85e9 | ||
|
|
1addf7b72a | ||
|
|
7251484eaa | ||
|
|
1a749cb6ab | ||
|
|
1ac8dcf6a5 | ||
|
|
3d649300c7 | ||
|
|
b9a8a54232 | ||
|
|
a79508348c | ||
|
|
152f973edd | ||
|
|
39228823bd | ||
|
|
57bb936433 | ||
|
|
f2caa5c3b1 |
2
.github/workflows/codecov_workflow.yml
vendored
2
.github/workflows/codecov_workflow.yml
vendored
@ -9,6 +9,6 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Upload coverage reports to Codecov
|
||||
uses: codecov/codecov-action@v3
|
||||
uses: codecov/codecov-action@v4
|
||||
env:
|
||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||
|
||||
4
.github/workflows/dependencies.yml
vendored
4
.github/workflows/dependencies.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v4
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: Install dependencies from txt files
|
||||
@ -43,4 +43,4 @@ jobs:
|
||||
if: ${{ github.event_name != 'push' }}
|
||||
- name: Dependency Review
|
||||
if: ${{ github.event_name != 'push' }}
|
||||
uses: actions/dependency-review-action@v3
|
||||
uses: actions/dependency-review-action@v4
|
||||
|
||||
2
.github/workflows/label.yml
vendored
2
.github/workflows/label.yml
vendored
@ -20,6 +20,6 @@ jobs:
|
||||
pull-requests: write
|
||||
|
||||
steps:
|
||||
- uses: actions/labeler@v4
|
||||
- uses: actions/labeler@v5
|
||||
with:
|
||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
|
||||
@ -1 +1 @@
|
||||
pre-commit==3.4.0; python_version>='3.8'
|
||||
pre-commit==4.1.0; python_version>='3.8'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user