Skip to content

Commit 692cb8c

Browse files
Bump the actions group with 2 updates (#17)
* Bump the actions group with 2 updates Bumps the actions group with 2 updates: [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) and [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv). Updates `actions/attest-build-provenance` from 2.2.3 to 2.3.0 - [Release notes](https://github.com/actions/attest-build-provenance/releases) - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md) - [Commits](actions/attest-build-provenance@v2.2.3...v2.3.0) Updates `astral-sh/setup-uv` from 5 to 6 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v5...v6) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: astral-sh/setup-uv dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> * update --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alexandre Boisselet <[email protected]>
1 parent 6b095e7 commit 692cb8c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
path: dist
5050

5151
- name: Generate artifact attestation for sdist and wheel
52-
uses: actions/attest-build-provenance@v2.2.3
52+
uses: actions/attest-build-provenance@v2.3.0
5353
with:
5454
subject-path: "dist/*"
5555

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v4
2323
with:
2424
fetch-depth: 0
25-
- uses: astral-sh/setup-uv@v5
25+
- uses: astral-sh/setup-uv@v6
2626
- uses: pre-commit/[email protected]
2727
with:
2828
extra_args: --hook-stage manual --all-files
@@ -53,9 +53,10 @@ jobs:
5353
run: sudo apt-get update && sudo apt-get install -y libopenblas-dev
5454

5555
- name: Install uv and set the python version
56-
uses: astral-sh/setup-uv@v5
56+
uses: astral-sh/setup-uv@v6
5757
with:
5858
python-version: ${{ matrix.python-version }}
59+
activate-environment: true
5960

6061
- name: Install dependencies with uv
6162
run: uv pip install .[test]

0 commit comments

Comments
 (0)