Skip to content

Commit c727baa

Browse files
dependabot[bot]alexrp
authored andcommitted
Bump actions/attest-build-provenance from 2.2.2 to 2.2.3
Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 2.2.2 to 2.2.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.2.2...v2.2.3) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 49a8ea5 commit c727baa

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/[email protected].2
40+
uses: actions/[email protected].3
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/[email protected].2
39+
uses: actions/[email protected].3
4040
with:
4141
subject-path: out/pkg/release/*.nupkg
4242
- name: Upload artifacts

0 commit comments

Comments
 (0)