File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changes here will be overwritten by Copier
2- _commit : 2f83523
2+ _commit : dcfbd4b
33_src_path : https://github.com/python-project-templates/base.git
44add_docs : true
55add_extension : cppjswasm
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ updates:
44 directory : " /"
55 schedule :
66 interval : " monthly"
7+ groups :
8+ github-actions :
9+ patterns :
10+ - " *"
711 labels :
812 - " part: github_actions"
913
@@ -13,6 +17,10 @@ updates:
1317 interval : " monthly"
1418 cooldown :
1519 default-days : 7
20+ groups :
21+ python :
22+ patterns :
23+ - " *"
1624 labels :
1725 - " lang: python"
1826 - " part: dependencies"
@@ -23,6 +31,10 @@ updates:
2331 interval : " monthly"
2432 cooldown :
2533 default-days : 7
34+ groups :
35+ javascript :
36+ patterns :
37+ - " *"
2638 labels :
2739 - " lang: javascript"
2840 - " part: dependencies"
Original file line number Diff line number Diff line change @@ -65,18 +65,26 @@ jobs:
6565 persist-credentials : false
6666
6767 - name : Setup Python
68+ <<<<<<< before updating
6869 uses : actions-ext/python/setup@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3
70+ =======
71+ uses : actions-ext/python/setup@ec67f82b3bd863948308a41ecb9e70547cbb19c7
72+ >>>>>>> after updating
6973 with :
7074 version : ${{ matrix.python }}
7175
7276 - name : Setup Node.js
77+ <<<<<<< before updating
7378 uses : actions-ext/node/setup@b0536d87c5e92c924bc8667f566f620758280825
79+ =======
80+ uses : actions-ext/node/setup@34d0fdbdca883e4d0a2da0bcd0fa460fd40b80e7
81+ >>>>>>> after updating
7482 with :
7583 version : 22.x
7684 if : matrix.target == 'native'
7785
7886 - name : Setup C++
79- uses : actions-ext/cpp/setup@c2b1e90366b3a1c628a1df0748135f5e345ab26f
87+ uses : actions-ext/cpp/setup@22ebafc6f57971978e964f9977333ac98a7c49d9
8088
8189 - name : Setup Emscripten
8290 uses : mymindstorm/setup-emsdk@4528d102f7230f0e7b276855c01ea1159be0e984 # v16
@@ -166,13 +174,21 @@ jobs:
166174 if : matrix.name == 'windows-latest'
167175
168176 - name : Test wheel
177+ <<<<<<< before updating
169178 uses : actions-ext/python/test-wheel@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3
179+ =======
180+ uses : actions-ext/python/test-wheel@ec67f82b3bd863948308a41ecb9e70547cbb19c7
181+ >>>>>>> after updating
170182 with :
171183 module : python_template_cppjswasm
172184 if : matrix.target == 'native' && runner.os == 'Linux'
173185
174186 - name : Test source distribution
187+ <<<<<<< before updating
175188 uses : actions-ext/python/test-sdist@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3
189+ =======
190+ uses : actions-ext/python/test-sdist@ec67f82b3bd863948308a41ecb9e70547cbb19c7
191+ >>>>>>> after updating
176192 with :
177193 module : python_template_cppjswasm
178194 if : matrix.name == 'ubuntu-latest'
Original file line number Diff line number Diff line change 2222 persist-credentials : false
2323
2424 - name : Setup Python
25+ <<<<<<< before updating
2526 uses : actions-ext/python/setup@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3
27+ =======
28+ uses : actions-ext/python/setup@ec67f82b3bd863948308a41ecb9e70547cbb19c7
29+ >>>>>>> after updating
2630
2731 - name : Download distributions
2832 uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
You can’t perform that action at this time.
0 commit comments