Skip to content

Commit

Permalink
chore: bump actions/attest-build-provenance from 1.4.3 to 2.1.0
Browse files Browse the repository at this point in the history
Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 1.4.3 to 2.1.0.
- [Release notes](https://github.com/actions/attest-build-provenance/releases)
- [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md)
- [Commits](actions/attest-build-provenance@v1.4.3...v2.1.0)

---
updated-dependencies:
- dependency-name: actions/attest-build-provenance
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2025
1 parent 6536f2a commit 3b652e1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-ops-scenario.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
working-directory: ./testing
- name: Attest build provenance
working-directory: ./testing
uses: actions/attest-build-provenance@v1.4.3
uses: actions/attest-build-provenance@v2.1.0
with:
subject-path: 'testing/dist/*'
- name: Publish
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-ops.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Build
run: python -m build
- name: Attest build provenance
uses: actions/attest-build-provenance@v1.4.3
uses: actions/attest-build-provenance@v2.1.0
with:
subject-path: 'dist/*'
- name: Publish
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-publish-ops-scenario.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: python -m build
working-directory: ./testing
- name: Attest build provenance
uses: actions/attest-build-provenance@v1.4.3
uses: actions/attest-build-provenance@v2.1.0
with:
subject-path: 'testing/dist/*'
- name: Publish to test.pypi.org
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-publish-ops.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Build
run: python -m build
- name: Attest build provenance
uses: actions/attest-build-provenance@v1.4.3
uses: actions/attest-build-provenance@v2.1.0
with:
subject-path: 'dist/*'
- name: Publish to test.pypi.org
Expand Down

0 comments on commit 3b652e1

Please sign in to comment.