Skip to content

Commit bdcb9f7

Browse files
authored
Merge pull request #613 from idaholab/sigstore_fix
Updated sigstore dependency.
2 parents 1c2487b + 5020373 commit bdcb9f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
run: .github/scripts/check_version.sh ${{ steps.get_version.outputs.version }}
6666
- run: python -m build .
6767
- name: Sign the dists with Sigstore
68-
uses: sigstore/gh-action-sigstore-python@v2.1.1
68+
uses: sigstore/gh-action-sigstore-python@v3.0
6969
with:
7070
inputs: >-
7171
./dist/*.tar.gz

0 commit comments

Comments
 (0)