From e5564e23e87d21def6eda74e0f0a622cdbdfe45b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 01:10:28 +0000 Subject: [PATCH] build(deps): bump actions/attest in the actions group Bumps the actions group with 1 update: [actions/attest](https://github.com/actions/attest). Updates `actions/attest` from 1.4.0 to 1.4.1 - [Release notes](https://github.com/actions/attest/releases) - [Changelog](https://github.com/actions/attest/blob/main/RELEASE.md) - [Commits](https://github.com/actions/attest/compare/2da0b136720d14f01f4dbeeafd1d5a4d76cbe21d...67422f5511b7ff725f4dbd6fb9bd2cd925c65a8d) --- updated-dependencies: - dependency-name: actions/attest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index af44b15..b9cec2f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: uses: pypa/gh-action-pypi-publish@release/v1 - name: attest - uses: actions/attest@2da0b136720d14f01f4dbeeafd1d5a4d76cbe21d # v1 + uses: actions/attest@67422f5511b7ff725f4dbd6fb9bd2cd925c65a8d # v1 with: subject-path: | ./dist/*.tar.gz