Merge branch 'main' into feature/log-database-size

This commit is contained in:
Alfredo Garcia 2024-03-28 18:56:48 -03:00 committed by GitHub
commit 51b2efef1b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -103,4 +103,4 @@ jobs:
run: cargo llvm-cov --lcov --no-run --output-path lcov.info
- name: Upload coverage report to Codecov
uses: codecov/codecov-action@v4.1.0
uses: codecov/codecov-action@v4.1.1

View File

@ -44,7 +44,7 @@ jobs:
- name: Rust files
id: changed-files-rust
uses: tj-actions/changed-files@v43.0.0
uses: tj-actions/changed-files@v44.0.0
with:
files: |
**/*.rs
@ -56,7 +56,7 @@ jobs:
- name: Workflow files
id: changed-files-workflows
uses: tj-actions/changed-files@v43.0.0
uses: tj-actions/changed-files@v44.0.0
with:
files: |
.github/workflows/*.yml