We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 78c6a95 + 42f3d01 commit 0637cc9Copy full SHA for 0637cc9
1 file changed
.github/workflows/testing.yaml
@@ -41,7 +41,7 @@ jobs:
41
# Build sample Python project
42
- name: "Build Python Project"
43
# yamllint disable-line rule:line-length
44
- uses: lfreleng-actions/python-build-action@da10993f7340baedad7a47d867bcbdb2b3e48c48 # v0.1.9
+ uses: lfreleng-actions/python-build-action@a9d0ef8a2324ac76e798ad6dc306f08b83b5b213 # v0.1.11
45
with:
46
path_prefix: "test-python-project/"
47
tox_build: false
@@ -71,7 +71,7 @@ jobs:
71
# Rebuild sample Python project
72
- name: "Rebuild Python Project"
73
74
75
76
77
0 commit comments