Skip to content

Commit 47e5681

Browse files
Bump the gha group across 1 directory with 2 updates
Bumps the gha group with 2 updates in the / directory: [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 1 to 2 - [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@v1...v2) 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) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha - dependency-name: astral-sh/setup-uv dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9a2c0e5 commit 47e5681

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
steps:
168168
- uses: actions/download-artifact@v4
169169
- name: Generate artifact attestation
170-
uses: actions/attest-build-provenance@v1
170+
uses: actions/attest-build-provenance@v2
171171
with:
172172
subject-path: "wheels-*/*"
173173
- name: Publish to PyPI

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@v4
3131

3232
- name: Install uv
33-
uses: astral-sh/setup-uv@v4
33+
uses: astral-sh/setup-uv@v5
3434
with:
3535
enable-cache: true
3636
version: ${{ env.UV_VERSION }}

0 commit comments

Comments
 (0)