From 6843fd8b41b5352dec5e73c99ea890b16bde427d Mon Sep 17 00:00:00 2001 From: Eric Joanis Date: Thu, 22 Aug 2024 17:34:29 -0400 Subject: [PATCH] fix(ci): update stale actions in python publish script --- .github/workflows/pythonpublish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pythonpublish.yml b/.github/workflows/pythonpublish.yml index 4adefc36..9b0f4b6d 100644 --- a/.github/workflows/pythonpublish.yml +++ b/.github/workflows/pythonpublish.yml @@ -56,7 +56,7 @@ jobs: name: python-package-distributions path: dist/ - name: Sign the dists with Sigstore - uses: sigstore/gh-action-sigstore-python@v1.2.3 + uses: sigstore/gh-action-sigstore-python@v3.0.0 with: inputs: >- ./dist/*.tar.gz @@ -68,7 +68,7 @@ jobs: token: ${{ github.token }} tag: ${{ github.ref_name }} - name: Create Release - uses: ncipollo/release-action@v1.12.0 + uses: ncipollo/release-action@v1.14.0 with: allowUpdates: true name: ${{ github.ref_name }}