Skip to content

Commit

Permalink
Bump the github-actions group across 1 directory with 2 updates (#94)
Browse files Browse the repository at this point in the history
Bumps the github-actions group with 2 updates in the / directory: [pre-commit-ci/lite-action](https://github.com/pre-commit-ci/lite-action) and [codecov/codecov-action](https://github.com/codecov/codecov-action).


Updates `pre-commit-ci/lite-action` from 1.0.3 to 1.1.0
- [Release notes](https://github.com/pre-commit-ci/lite-action/releases)
- [Commits](pre-commit-ci/lite-action@v1.0.3...v1.1.0)

Updates `codecov/codecov-action` from 4.6.0 to 5.0.0
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v4.6.0...v5.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 15, 2024
1 parent d613bed commit 4255787
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
- name: Download flake8 config
run: wget https://raw.githubusercontent.com/mdolab/.github/master/.flake8;
- uses: pre-commit/[email protected]
- uses: pre-commit-ci/lite-action@v1.0.3
- uses: pre-commit-ci/lite-action@v1.1.0
if: always()
2 changes: 1 addition & 1 deletion .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
coverage xml
- name: Upload coverage reports to Codecov
if: ${{ matrix.python-version == 3.12}}
uses: codecov/codecov-action@v4.6.0
uses: codecov/codecov-action@v5.0.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
Expand Down

0 comments on commit 4255787

Please sign in to comment.