Skip to content

Commit a780496

Browse files
Update from copier (2025-11-21T15:42:22)
Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3cd9eb9 commit a780496

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.copier-answers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: 973c39c
2+
_commit: 55f9353
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: true
55
add_extension: jupyter

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
node-version: [20.x]
3535

3636
steps:
37-
- uses: actions/checkout@v5
37+
- uses: actions/checkout@v6
3838

3939
- uses: actions-ext/python/setup@main
4040
with:

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
docs:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v5
14+
- uses: actions/checkout@v6
1515
- uses: actions-ext/python/setup@main
1616
- uses: actions-ext/node/setup@main
1717
- run: uv pip install .[develop]

.github/workflows/wiki.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
deploy:
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@v5
23+
- uses: actions/checkout@v6
2424
- run: cp README.md docs/wiki/Home.md
2525
- uses: Andrew-Chen-Wang/github-wiki-action@v5
2626
with:

0 commit comments

Comments
 (0)