Skip to content

Commit

Permalink
chore(ci): bump the github-actions group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the github-actions group with 2 updates: [pre-commit/action](https://github.com/pre-commit/action) and [codecov/codecov-action](https://github.com/codecov/codecov-action).


Updates `pre-commit/action` from 3.0.0 to 3.0.1
- [Release notes](https://github.com/pre-commit/action/releases)
- [Commits](pre-commit/action@v3.0.0...v3.0.1)

Updates `codecov/codecov-action` from 5.0.2 to 5.3.1
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v5.0.2...v5.3.1)

---
updated-dependencies:
- dependency-name: pre-commit/action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 1, 2025
1 parent 2df90dd commit 69dd4ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements_dev.txt .
- uses: pre-commit/[email protected].0
- uses: pre-commit/[email protected].1
- name: Tests
run: pytest --cov=switchbot --cov-report=term-missing --cov-report=xml tests
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5.0.2
uses: codecov/codecov-action@v5.3.1
with:
token: ${{ secrets.CODECOV_TOKEN }} # required

0 comments on commit 69dd4ff

Please sign in to comment.