Skip to content

Commit

Permalink
chore(deps): bump the actions group with 2 updates (#529)
Browse files Browse the repository at this point in the history
Bumps the actions group with 2 updates: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) and [codecov/codecov-action](https://github.com/codecov/codecov-action).


Updates `astral-sh/setup-uv` from 3 to 4
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](astral-sh/setup-uv@v3...v4)

Updates `codecov/codecov-action` from 5.0.2 to 5.0.7
- [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.0.7)

---
updated-dependencies:
- dependency-name: astral-sh/setup-uv
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: 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 25, 2024
1 parent 9580fdf commit 56d9c40
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: 3.x
- uses: astral-sh/setup-uv@v3
- uses: astral-sh/setup-uv@v4
- name: PyLint
run: uvx nox -s pylint -- --output-format=github

Expand All @@ -53,7 +53,7 @@ jobs:
python-version: ${{ matrix.python-version }}
allow-prereleases: true

- uses: astral-sh/setup-uv@v3
- uses: astral-sh/setup-uv@v4

- name: Test lite package
run: uvx nox -s lite-${{ matrix.python-version }} --verbose
Expand All @@ -80,7 +80,7 @@ jobs:
python-version: ${{ matrix.python-version }}
allow-prereleases: true

- uses: astral-sh/setup-uv@v3
- uses: astral-sh/setup-uv@v4

- name: Install nox
run: uv tool install nox
Expand All @@ -93,7 +93,7 @@ jobs:
run: nox -s coverage-${{ matrix.python-version }} --verbose

- name: Upload coverage report
uses: codecov/[email protected].2
uses: codecov/[email protected].7
with:
token: ${{ secrets.CODECOV_TOKEN }}

Expand All @@ -107,7 +107,7 @@ jobs:
with:
python-version: 3.8.13

- uses: astral-sh/setup-uv@v3
- uses: astral-sh/setup-uv@v4

- name: Check compute features
run: uv pip install --system .[test,test-extras]
Expand Down

0 comments on commit 56d9c40

Please sign in to comment.