Skip to content

Commit 2a865b9

Browse files
Merge pull request #114 from lfit/dependabot/github_actions/lfreleng-actions/python-build-action-1.0.0
Chore: Bump lfreleng-actions/python-build-action from 0.1.22 to 1.0.0
2 parents 2fb9766 + b2a71b3 commit 2a865b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
- name: 'Build Python project'
138138
id: 'python-build'
139139
# yamllint disable-line rule:line-length
140-
uses: lfreleng-actions/python-build-action@3552106f5c8bfedebe4c38116abf3b9c289359ea # v0.1.22
140+
uses: lfreleng-actions/python-build-action@e74a56d61b59b55516ee05037303528423d8ed5a # v1.0.0
141141
with:
142142
sigstore_sign: true
143143
attestations: true

.github/workflows/build-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
- name: 'Build Python project'
8888
id: python-build
8989
# yamllint disable-line rule:line-length
90-
uses: lfreleng-actions/python-build-action@3552106f5c8bfedebe4c38116abf3b9c289359ea # v0.1.22
90+
uses: lfreleng-actions/python-build-action@e74a56d61b59b55516ee05037303528423d8ed5a # v1.0.0
9191
with:
9292
clear_cache: ${{ github.event.inputs.clear_cache || 'false' }}
9393

0 commit comments

Comments
 (0)