Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/pip/platformdirs-gte-3.2.0-and-…
Browse files Browse the repository at this point in the history
…lt-4.3.0
  • Loading branch information
bhirsz authored Feb 14, 2024
2 parents f1c3664 + b91669a commit 4e9ccef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
python-version: '3.x'

- name: Run pre-commit hooks
uses: pre-commit/[email protected].0
uses: pre-commit/[email protected].1
with:
python-version: '3.x'
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ jobs:
coverage run -m pytest

- name: Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
name: ${{ matrix.python-version }}-${{ matrix.os }}-${{ matrix.rf-version }}

0 comments on commit 4e9ccef

Please sign in to comment.