Skip to content

Commit

Permalink
fix(ci): update stale actions in python publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
joanise committed Aug 22, 2024
1 parent 95a773e commit 6843fd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}
Expand Down

0 comments on commit 6843fd8

Please sign in to comment.