From 784d7d31efa9005ab6cf76f93dc03c0bcdeed84c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 01:58:54 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=E2=AC=86=EF=B8=8F=F0=9F=91=A8=E2=80=8D?= =?UTF-8?q?=F0=9F=92=BB=20Update=20actions/attest-build-provenance=20actio?= =?UTF-8?q?n=20to=20v2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 913d9d03..60c8f0fe 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -60,7 +60,7 @@ jobs: path: dist merge-multiple: true - name: Generate artifact attestation for sdist and wheel(s) - uses: actions/attest-build-provenance@v1.4.4 + uses: actions/attest-build-provenance@v2.0.1 with: subject-path: "dist/*" - uses: pypa/gh-action-pypi-publish@release/v1 From 29bca50938bb8f54a66e1f6a47505d75cacf8bb1 Mon Sep 17 00:00:00 2001 From: Lukas Burgholzer Date: Mon, 9 Dec 2024 19:48:57 +0100 Subject: [PATCH 2/2] Update .github/workflows/cd.yml Signed-off-by: Lukas Burgholzer --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 60c8f0fe..878898f4 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -60,7 +60,7 @@ jobs: path: dist merge-multiple: true - name: Generate artifact attestation for sdist and wheel(s) - uses: actions/attest-build-provenance@v2.0.1 + uses: actions/attest-build-provenance@v2 with: subject-path: "dist/*" - uses: pypa/gh-action-pypi-publish@release/v1