From 0860a7f1dad5a568ccb902bde7d3ab200d483654 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Aug 2025 14:57:15 +0000 Subject: [PATCH] Bump actions/attest from 1 to 3 Bumps [actions/attest](https://github.com/actions/attest) from 1 to 3. - [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...v3) --- updated-dependencies: - dependency-name: actions/attest dependency-version: '3' 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 17b749740ce..fd6f5702aaf 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -50,7 +50,7 @@ jobs: run: twine check dist/* - name: Create Sigstore attestations for built distributions - uses: actions/attest@v1 + uses: actions/attest@v3 id: attest with: subject-path: "dist/*"