Skip to content

Commit f15833c

Browse files
Update sigstore/gh-action-sigstore-python action to v3.1.0 (python-telegram-bot#5026)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 75a9c6f commit f15833c

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/release_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
sha1sum $file > $file.sha1
8787
done
8888
- name: Sign the dists with Sigstore
89-
uses: sigstore/gh-action-sigstore-python@f7ad0af51a5648d09a20d00370f0a91c3bdf8f84 # v3.0.1
89+
uses: sigstore/gh-action-sigstore-python@f832326173235dcb00dd5d92cd3f353de3188e6c # v3.1.0
9090
with:
9191
inputs: >-
9292
./dist/*.tar.gz

.github/workflows/release_test_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
sha1sum $file > $file.sha1
8989
done
9090
- name: Sign the dists with Sigstore
91-
uses: sigstore/gh-action-sigstore-python@f7ad0af51a5648d09a20d00370f0a91c3bdf8f84 # v3.0.1
91+
uses: sigstore/gh-action-sigstore-python@f832326173235dcb00dd5d92cd3f353de3188e6c # v3.1.0
9292
with:
9393
inputs: >-
9494
./dist/*.tar.gz
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
internal = "Update sigstore/gh-action-sigstore-python action to v3.1.0"
2+
[[pull_requests]]
3+
uid = "5026"
4+
author_uids = ["renovate[bot]"]
5+
closes_threads = []

0 commit comments

Comments
 (0)