Skip to content

Commit 3951191

Browse files
Merge pull request #44 from lfreleng-actions/dependabot/github_actions/lfreleng-actions/python-build-action-0.1.21
Chore: Bump lfreleng-actions/python-build-action from 0.1.20 to 0.1.21
2 parents 5458d72 + b402ff1 commit 3951191

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-test-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
- name: 'Build Python project'
103103
id: 'python-build'
104104
# yamllint disable-line rule:line-length
105-
uses: lfreleng-actions/python-build-action@48381cece78a990a6ba93bd5924bcd40bf0d1a7d # v0.1.20
105+
uses: lfreleng-actions/python-build-action@03a07d633766b8b26eeb12ef8b43cea43114dd69 # v0.1.21
106106
with:
107107
sigstore_sign: true
108108
attestations: true

.github/workflows/build-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: 'Build Python project'
5252
id: python-build
5353
# yamllint disable-line rule:line-length
54-
uses: lfreleng-actions/python-build-action@48381cece78a990a6ba93bd5924bcd40bf0d1a7d # v0.1.20
54+
uses: lfreleng-actions/python-build-action@03a07d633766b8b26eeb12ef8b43cea43114dd69 # v0.1.21
5555

5656
python-tests:
5757
name: 'Python Tests'

0 commit comments

Comments
 (0)