Skip to content

Commit 4b9d946

Browse files
chore(deps): bump the github-actions group with 2 updates (#1162)
Bumps the github-actions group with 2 updates: [hynek/build-and-inspect-python-package](https://github.com/hynek/build-and-inspect-python-package) and [actions/attest](https://github.com/actions/attest). Updates `hynek/build-and-inspect-python-package` from 2.18.0 to 3.0.1 - [Release notes](https://github.com/hynek/build-and-inspect-python-package/releases) - [Changelog](https://github.com/hynek/build-and-inspect-python-package/blob/main/CHANGELOG.md) - [Commits](hynek/build-and-inspect-python-package@v2.18.0...v3.0.1) Updates `actions/attest` from 4.2.0 to 4.2.2 - [Release notes](https://github.com/actions/attest/releases) - [Changelog](https://github.com/actions/attest/blob/main/RELEASE.md) - [Commits](actions/attest@v4.2.0...v4.2.2) --- updated-dependencies: - dependency-name: hynek/build-and-inspect-python-package dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/attest dependency-version: 4.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 57f9e10 commit 4b9d946

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v7.0.1
2424
with:
2525
persist-credentials: false
26-
- uses: hynek/build-and-inspect-python-package@v2.18.0
26+
- uses: hynek/build-and-inspect-python-package@v3.0.1
2727

2828
deploy:
2929
needs: [dist]
@@ -42,7 +42,7 @@ jobs:
4242
path: dist
4343

4444
- name: Generate artifact attestation for sdist and wheel
45-
uses: actions/attest@v4.2.0
45+
uses: actions/attest@v4.2.2
4646
with:
4747
subject-path: "dist/*"
4848

0 commit comments

Comments
 (0)