Skip to content

Commit e16158f

Browse files
build(deps): bump actions/attest-build-provenance from 4.1.0 to 4.1.1 (#23032)
1 parent 6b42544 commit e16158f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
- name: Attest generated files
109109
if: github.repository == 'tldr-pages/tldr' && github.ref == 'refs/heads/main'
110110
id: attest
111-
uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1.0
111+
uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4.1.1
112112
continue-on-error: true # prevent failing when no pages are modified
113113
with:
114114
subject-path: ${{ env.subject_path }}

.github/workflows/copy-release-assets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Attest copied assets
4444
if: github.repository == 'tldr-pages/tldr'
4545
id: attest
46-
uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1.0
46+
uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4.1.1
4747
with:
4848
subject-path: ${{ env.subject_path }}
4949

0 commit comments

Comments
 (0)