Skip to content

Commit cd1a7ad

Browse files
authored
Update action versions in build.yaml
1 parent 3377d8c commit cd1a7ad

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

.github/workflows/build.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -65,20 +65,12 @@ jobs:
6565
persist-credentials: false
6666

6767
- name: Setup Python
68-
<<<<<<< before updating
69-
uses: actions-ext/python/setup@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3
70-
=======
7168
uses: actions-ext/python/setup@ec67f82b3bd863948308a41ecb9e70547cbb19c7
72-
>>>>>>> after updating
7369
with:
7470
version: ${{ matrix.python }}
7571

7672
- name: Setup Node.js
77-
<<<<<<< before updating
78-
uses: actions-ext/node/setup@b0536d87c5e92c924bc8667f566f620758280825
79-
=======
8073
uses: actions-ext/node/setup@34d0fdbdca883e4d0a2da0bcd0fa460fd40b80e7
81-
>>>>>>> after updating
8274
with:
8375
version: 22.x
8476
if: matrix.target == 'native'
@@ -174,21 +166,13 @@ jobs:
174166
if: matrix.name == 'windows-latest'
175167

176168
- name: Test wheel
177-
<<<<<<< before updating
178-
uses: actions-ext/python/test-wheel@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3
179-
=======
180169
uses: actions-ext/python/test-wheel@ec67f82b3bd863948308a41ecb9e70547cbb19c7
181-
>>>>>>> after updating
182170
with:
183171
module: python_template_cppjswasm
184172
if: matrix.target == 'native' && runner.os == 'Linux'
185173

186174
- name: Test source distribution
187-
<<<<<<< before updating
188-
uses: actions-ext/python/test-sdist@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3
189-
=======
190175
uses: actions-ext/python/test-sdist@ec67f82b3bd863948308a41ecb9e70547cbb19c7
191-
>>>>>>> after updating
192176
with:
193177
module: python_template_cppjswasm
194178
if: matrix.name == 'ubuntu-latest'

0 commit comments

Comments
 (0)