Skip to content

Commit a30cc81

Browse files
chore(deps): bump the actions group across 1 directory with 2 updates (#974)
Bumps the actions group with 2 updates in the / directory: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) and [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance). Updates `astral-sh/setup-uv` from 4 to 5 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v4...v5) Updates `actions/attest-build-provenance` from 1.4.3 to 2.2.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@1c608d1...520d128) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/attest-build-provenance dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3919b73 commit a30cc81

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/examples.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/setup-python@v5
2323
with:
2424
python-version: "3.9"
25-
- uses: astral-sh/setup-uv@v4
25+
- uses: astral-sh/setup-uv@v5
2626
- name: Build and install kernel
2727
run: uv run --group examples -m ipykernel install --user --name boost-hist
2828
- name: Examples

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878

7979
- uses: rui314/setup-mold@v1
8080

81-
- uses: astral-sh/setup-uv@v4
81+
- uses: astral-sh/setup-uv@v5
8282

8383
- uses: hendrikmuhs/[email protected]
8484
with:
@@ -131,7 +131,7 @@ jobs:
131131
submodules: true
132132
fetch-depth: 0
133133

134-
- uses: astral-sh/setup-uv@v4
134+
- uses: astral-sh/setup-uv@v5
135135

136136
- uses: pypa/[email protected]
137137
with:

.github/workflows/wheels.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
fetch-depth: 0
9090
submodules: true
9191

92-
- uses: astral-sh/setup-uv@v4
92+
- uses: astral-sh/setup-uv@v5
9393

9494
- uses: actions/setup-python@v5
9595
if: matrix.os == 'macos-14'
@@ -135,7 +135,7 @@ jobs:
135135
run: ls -lh dist
136136

137137
- name: Generate artifact attestation for sdist and wheels
138-
uses: actions/attest-build-provenance@1c608d11d69870c2092266b3f9a6f3abbf17002c # v1.4.3
138+
uses: actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2.0
139139
with:
140140
subject-path: "dist/boost_histogram-*"
141141

0 commit comments

Comments
 (0)