Skip to content

Commit d14ecf7

Browse files
committed
Use v2 componentizer
1 parent ec1b9f8 commit d14ecf7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ironpython.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install dependencies
3636
run: |
3737
choco install ironpython --version=2.7.8.1
38-
- uses: compas-dev/compas-actions.ghpython_components@v1
38+
- uses: compas-dev/compas-actions.ghpython_components@v2
3939
with:
4040
source: src/compas_ghpython/components
4141
target: src/compas_ghpython/components

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
choco install ironpython --version=2.7.8.1
5757
5858
- name: 🦗 Build grasshopper components
59-
uses: compas-dev/compas-actions.ghpython_components@v1
59+
uses: compas-dev/compas-actions.ghpython_components@v2
6060
with:
6161
source: src/compas_ghpython/components
6262
target: src/compas_ghpython/components/ghuser

0 commit comments

Comments
 (0)