Skip to content

Commit 771d789

Browse files
chore(deps): bump the actions group across 1 directory with 2 updates (#526)
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 3 to 4 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v3...v4) Updates `actions/attest-build-provenance` from 1.4.4 to 2.1.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@v1.4.4...v2.1.0) --- 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 b7cd3c4 commit 771d789

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/bump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
app-id: ${{ secrets.APP_ID }}
2020
private-key: ${{ secrets.APP_PRIVATE_KEY }}
2121
- uses: actions/checkout@v4
22-
- uses: astral-sh/setup-uv@v3
22+
- uses: astral-sh/setup-uv@v4
2323
- run: uvx nox -s pc_bump
2424
env:
2525
GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
path: dist
3838

3939
- name: Generate artifact attestation for sdist and wheel
40-
uses: actions/attest-build-provenance@v1.4.4
40+
uses: actions/attest-build-provenance@v2.1.0
4141
with:
4242
subject-path: "dist/*"
4343

.github/workflows/reusable-cookie.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
allow-prereleases: true
4141

4242
- name: Setup uv
43-
uses: astral-sh/setup-uv@v3
43+
uses: astral-sh/setup-uv@v4
4444

4545
- name: Install nox
4646
run: uv tool install nox
@@ -103,7 +103,7 @@ jobs:
103103
allow-prereleases: true
104104

105105
- name: Setup uv
106-
uses: astral-sh/setup-uv@v3
106+
uses: astral-sh/setup-uv@v4
107107

108108
- name: Install nox
109109
run: uv tool install nox

0 commit comments

Comments
 (0)