File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
template/[% if repo_platform == 'github' %].github[% endif %]/workflows Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5454 python-version : 3.x
5555
5656 - name : Install copier
57- run : pipx install copier==9.7.1
57+ run : pipx install copier==9.9.0
5858
5959 - name : Verify template
6060 run : pipx run nox -s template
@@ -163,7 +163,7 @@ jobs:
163163 python-version : 3.x
164164
165165 - name : Install copier
166- run : pipx install copier==9.7.1
166+ run : pipx install copier==9.9.0
167167
168168 - name : Apply mkdocs
169169 run : pipx run nox -s template -- -d docs_type=mkdocs
Original file line number Diff line number Diff line change 5555 python-version: 3.x
5656
5757 - name: Install copier
58- run: pipx install copier==9.7.1
58+ run: pipx install copier==9.9.0
5959
6060 - name: Verify template
6161 run: pipx run nox -s template
@@ -178,7 +178,7 @@ jobs:
178178 python-version: 3.x
179179
180180 - name: Install copier
181- run: pipx install copier==9.7.1
181+ run: pipx install copier==9.9.0
182182
183183 - name: Apply mkdocs
184184 run: pipx run nox -s template -- -d docs_type=mkdocs
You can’t perform that action at this time.
0 commit comments