From 35004e92b4592aa6b18f9c833ac7f5a83e8618d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 18:06:34 +0000 Subject: [PATCH] Bump actions/attest from 1 to 2 Bumps [actions/attest](https://github.com/actions/attest) from 1 to 2. - [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/v1...v2) --- updated-dependencies: - dependency-name: actions/attest dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/create-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 878b4237bce..a305208a9d5 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -52,7 +52,7 @@ jobs: twine check dist/* - name: Create Sigstore attestations for built distributions - uses: actions/attest@v1 + uses: actions/attest@v2 id: attest with: subject-path: "dist/*"