Skip to content

Commit 3f16c06

Browse files
dependabot[bot]alexrp
authored andcommitted
Bump actions/attest-build-provenance from 1.3.3 to 1.4.0
Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 1.3.3 to 1.4.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.3.3...v1.4.0) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fdedbd0 commit 3f16c06

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: |
3838
./cake upload-core-github
3939
- name: Attest packages
40-
uses: actions/attest-build-provenance@v1.3.3
40+
uses: actions/attest-build-provenance@v1.4.0
4141
with:
4242
subject-path: out/pkg/debug/*.nupkg
4343
- name: Upload artifacts

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: |
3737
./cake upload-core-nuget -c Release
3838
- name: Attest packages
39-
uses: actions/attest-build-provenance@v1.3.3
39+
uses: actions/attest-build-provenance@v1.4.0
4040
with:
4141
subject-path: out/pkg/release/*.nupkg
4242
- name: Upload artifacts

0 commit comments

Comments
 (0)