Skip to content

Commit 2ed0682

Browse files
Bump sigstore/cosign-installer from 3.9.1 to 3.9.2 (#6032)
1 parent fbb0915 commit 2ed0682

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131

132132
- name: Install Cosign
133133
if: needs.init.outputs.publish == 'true'
134-
uses: sigstore/[email protected].1
134+
uses: sigstore/[email protected].2
135135
with:
136136
cosign-release: "v2.4.3"
137137

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ jobs:
346346
with:
347347
python-version: ${{ needs.prepare.outputs.python-version }}
348348
- name: Install Cosign
349-
uses: sigstore/[email protected].1
349+
uses: sigstore/[email protected].2
350350
with:
351351
cosign-release: "v2.4.3"
352352
- name: Restore Python virtual environment

0 commit comments

Comments
 (0)