We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec1b9f8 + d14ecf7 commit b0e56b5Copy full SHA for b0e56b5
.github/workflows/ironpython.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Install dependencies
36
run: |
37
choco install ironpython --version=2.7.8.1
38
- - uses: compas-dev/compas-actions.ghpython_components@v1
+ - uses: compas-dev/compas-actions.ghpython_components@v2
39
with:
40
source: src/compas_ghpython/components
41
target: src/compas_ghpython/components
.github/workflows/release.yml
@@ -56,7 +56,7 @@ jobs:
56
57
58
- name: 🦗 Build grasshopper components
59
- uses: compas-dev/compas-actions.ghpython_components@v1
+ uses: compas-dev/compas-actions.ghpython_components@v2
60
61
62
target: src/compas_ghpython/components/ghuser
0 commit comments