Skip to content

Commit 5999011

Browse files
Chore: Update python-build-action to latest tagged version (#927)
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
1 parent 0f1992a commit 5999011

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,7 @@ jobs:
7171
- name: 'Build Python project'
7272
id: python-build
7373
# yamllint disable-line rule:line-length
74-
uses: modeseven-lfreleng-actions/python-build-action@update-action # Testing
75-
# yamllint disable-line rule:line-length
76-
# uses: lfreleng-actions/python-build-action@f3b78ac710af9dca46c5c4562f53ac3660f2ea59 # v0.1.7
74+
uses: lfreleng-actions/python-build-action@56dd541a74b5cf9f0c5939ed98387478824720a2 # v0.1.8
7775
with:
7876
tag: "${{ needs.tag-validate.outputs.tag }}"
7977
sigstore_sign: true

.github/workflows/build-test.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,8 @@ jobs:
5757
- name: "Build Python project"
5858
id: python-build
5959
# yamllint disable-line rule:line-length
60-
uses: modeseven-lfreleng-actions/python-build-action@update-action # Testing
61-
# yamllint disable-line rule:line-length
62-
# uses: lfreleng-actions/python-build-action@f3b78ac710af9dca46c5c4562f53ac3660f2ea59 # v0.1.7
60+
uses: lfreleng-actions/python-build-action@56dd541a74b5cf9f0c5939ed98387478824720a2 # v0.1.8
61+
6362
with:
6463
tag: ${{ needs.repository.outputs.build_tag }}
6564

0 commit comments

Comments
 (0)