Skip to content

Commit 4a5b80f

Browse files
build(deps): bump actions/attest-build-provenance in /.github/workflows
Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 2 to 3. - [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@v2...v3) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d5fe7da commit 4a5b80f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
PHP_VERSION=${{ matrix.php_version }}
7575
7676
- name: Generate artifact attestation
77-
uses: actions/attest-build-provenance@v2
77+
uses: actions/attest-build-provenance@v3
7878
if: github.event_name != 'pull_request'
7979
with:
8080
subject-name: ${{ env.REGISTRY }}/${{ github.repository }}

0 commit comments

Comments
 (0)