Skip to content

Commit b5910bc

Browse files
Update from copier (2026-05-21T14:19:25)
Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ca0da4c commit b5910bc

3 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: 24f3985
2+
_commit: 2f2c13b
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: true
55
add_extension: cpp

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.11'
102102

103103
- name: Upload coverage
104-
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6
104+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
105105
with:
106106
token: ${{ secrets.CODECOV_TOKEN }}
107107

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- run: yardang build
4646

47-
- uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4
47+
- uses: peaceiris/actions-gh-pages@84c30a85c19949d7eee79c4ff27748b70285e453 # v4.1.0
4848
with:
4949
publish_branch: gh-pages
5050
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)