Skip to content

Commit 0637cc9

Browse files
Merge pull request #21 from lfreleng-actions/dependabot/github_actions/lfreleng-actions/python-build-action-0.1.11
Build(deps): Bump lfreleng-actions/python-build-action from 0.1.9 to 0.1.11
2 parents 78c6a95 + 42f3d01 commit 0637cc9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/testing.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
# Build sample Python project
4242
- name: "Build Python Project"
4343
# yamllint disable-line rule:line-length
44-
uses: lfreleng-actions/python-build-action@da10993f7340baedad7a47d867bcbdb2b3e48c48 # v0.1.9
44+
uses: lfreleng-actions/python-build-action@a9d0ef8a2324ac76e798ad6dc306f08b83b5b213 # v0.1.11
4545
with:
4646
path_prefix: "test-python-project/"
4747
tox_build: false
@@ -71,7 +71,7 @@ jobs:
7171
# Rebuild sample Python project
7272
- name: "Rebuild Python Project"
7373
# yamllint disable-line rule:line-length
74-
uses: lfreleng-actions/python-build-action@da10993f7340baedad7a47d867bcbdb2b3e48c48 # v0.1.9
74+
uses: lfreleng-actions/python-build-action@a9d0ef8a2324ac76e798ad6dc306f08b83b5b213 # v0.1.11
7575
with:
7676
path_prefix: "test-python-project/"
7777
tox_build: false

0 commit comments

Comments
 (0)