Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the actions group with 2 updates #549

Merged
merged 1 commit into from
Jan 2, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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@v4
- uses: astral-sh/setup-uv@v5
- 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@v4
- uses: astral-sh/setup-uv@v5

- 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@v4
- uses: astral-sh/setup-uv@v5

- 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].1
uses: codecov/[email protected].2
with:
token: ${{ secrets.CODECOV_TOKEN }}

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

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

- name: Test compute features
run: uvx nox -s disassemble --verbose
Expand Down
Loading