We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e72f19 commit 409bb9eCopy full SHA for 409bb9e
2 files changed
.github/workflows/lint.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: "Set up Python"
19
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
20
with:
21
- python-version: "3.14.5"
+ python-version: "3.14.6"
22
23
- name: "Install requirements"
24
run: |
.github/workflows/release.yml
@@ -68,7 +68,7 @@ jobs:
68
name: python-package-distributions
69
path: dist/
70
- name: Sign the dists with Sigstore
71
- uses: sigstore/gh-action-sigstore-python@04cffa1d795717b140764e8b640de88853c92acc # v3.3.0
+ uses: sigstore/gh-action-sigstore-python@5b79a39c381910c090341a2c9b0bf022c8b387e1 # v3.4.0
72
73
inputs: >-
74
./dist/*.tar.gz
0 commit comments