We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8ccbbd5 + 9782d1a commit 89ba2ecCopy full SHA for 89ba2ec
2 files changed
.copier-answers.yaml
@@ -1,5 +1,5 @@
1
# Changes here will be overwritten by Copier
2
-_commit: 9b3c202
+_commit: 19e0124
3
_src_path: https://github.com/python-project-templates/base.git
4
add_docs: true
5
add_extension: rust
.github/workflows/build.yaml
@@ -71,7 +71,7 @@ jobs:
71
if: matrix.os == 'ubuntu-latest'
72
73
- name: Upload coverage
74
- uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
+ uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
75
with:
76
token: ${{ secrets.CODECOV_TOKEN }}
77
0 commit comments