Skip to content

Commit

Permalink
Merge pull request #301 from os-climate/dependabot/github_actions/sig…
Browse files Browse the repository at this point in the history
…store/gh-action-sigstore-python-2.1.1

[dependabot] Chore: Bump sigstore/gh-action-sigstore-python from 2.1.0 to 2.1.1
  • Loading branch information
ModeSevenIndustrialSolutions authored Jun 10, 2024
2 parents 588a7a0 + 5db0332 commit 0007857
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
pdm build
- name: "Sign packages with Sigstore"
uses: sigstore/[email protected].0
uses: sigstore/[email protected].1
with:
inputs: >-
./dist/*.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
pdm build
- name: "Sign packages with Sigstore"
uses: sigstore/[email protected].0
uses: sigstore/[email protected].1
with:
inputs: >-
./dist/*.tar.gz
Expand Down

0 comments on commit 0007857

Please sign in to comment.