Skip to content

Commit b2a71b3

Browse files
Chore: Bump lfreleng-actions/python-build-action from 0.1.22 to 1.0.0
Bumps [lfreleng-actions/python-build-action](https://github.com/lfreleng-actions/python-build-action) from 0.1.22 to 1.0.0. - [Release notes](https://github.com/lfreleng-actions/python-build-action/releases) - [Commits](lfreleng-actions/python-build-action@3552106...e74a56d) --- updated-dependencies: - dependency-name: lfreleng-actions/python-build-action dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2a31db5 commit b2a71b3

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)