Skip to content

Commit ec8d84c

Browse files
Merge pull request #82 from lfreleng-actions/dependabot/github_actions/lfreleng-actions/python-build-action-1.0.2
Chore: Bump lfreleng-actions/python-build-action from 1.0.0 to 1.0.2
2 parents 39d858d + 8b66987 commit ec8d84c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/testing.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
# Build sample Python project
4343
- name: "Build Python Project"
4444
# yamllint disable-line rule:line-length
45-
uses: lfreleng-actions/python-build-action@e74a56d61b59b55516ee05037303528423d8ed5a # v1.0.0
45+
uses: lfreleng-actions/python-build-action@8f567398591014dd5627961aaa9ec17816b072f0 # v1.0.2
4646
with:
4747
path_prefix: "test-python-project/"
4848
tox_build: false
@@ -72,7 +72,7 @@ jobs:
7272
# Rebuild sample Python project
7373
- name: "Rebuild Python Project"
7474
# yamllint disable-line rule:line-length
75-
uses: lfreleng-actions/python-build-action@e74a56d61b59b55516ee05037303528423d8ed5a # v1.0.0
75+
uses: lfreleng-actions/python-build-action@8f567398591014dd5627961aaa9ec17816b072f0 # v1.0.2
7676
with:
7777
path_prefix: "test-python-project/"
7878
tox_build: false
@@ -127,7 +127,7 @@ jobs:
127127
- name: "Build Python project with custom artefact name"
128128
id: build-custom
129129
# yamllint disable-line rule:line-length
130-
uses: lfreleng-actions/python-build-action@e74a56d61b59b55516ee05037303528423d8ed5a # v1.0.0
130+
uses: lfreleng-actions/python-build-action@8f567398591014dd5627961aaa9ec17816b072f0 # v1.0.2
131131
with:
132132
path_prefix: "test-python-project/"
133133
artefact_name: "test-python-project-x64"

0 commit comments

Comments
 (0)