Skip to content

Commit e177faa

Browse files
dependabot[bot]alexrp
authored andcommitted
Bump actions/attest-build-provenance from 2.3.0 to 2.4.0
Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 2.3.0 to 2.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@v2.3.0...v2.4.0) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f1a0ee6 commit e177faa

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@v2.3.0
40+
uses: actions/attest-build-provenance@v2.4.0
4141
with:
4242
subject-path: out/pkg/release/*.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
3838
- name: Attest packages
39-
uses: actions/attest-build-provenance@v2.3.0
39+
uses: actions/attest-build-provenance@v2.4.0
4040
with:
4141
subject-path: out/pkg/release/*.nupkg
4242
- name: Upload artifacts

0 commit comments

Comments
 (0)