Skip to content

Commit 7c4c99e

Browse files
authored
Merge pull request #111 from python-project-templates/copier-update-2026-06-28T08-18-47
Update from copier (2026-06-28T08:18:47)
2 parents d04a6f3 + 3d9f751 commit 7c4c99e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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: 99606c7
2+
_commit: 392c67f
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: false
55
add_extension: python

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
python-version: ["3.11", "3.12", "3.13"]
3434

3535
steps:
36-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
36+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3737

3838
- uses: actions-ext/python/setup@main
3939
with:
@@ -61,7 +61,7 @@ jobs:
6161
path: junit.xml
6262

6363
- name: Publish Unit Test Results
64-
uses: EnricoMi/publish-unit-test-result-action@c950f6fb443cb5af20a377fd0dfaa78838901040 # v2
64+
uses: EnricoMi/publish-unit-test-result-action@d0a4676d0e0b938bc201470d88276b7c74c712b3 # v2.24.0
6565
with:
6666
files: '**/junit.xml'
6767

0 commit comments

Comments
 (0)