Skip to content

Commit 1dbac1b

Browse files
authored
Merge pull request #25 from usnistgov/copier/update
chore(template): accept new copier update
2 parents abc5e91 + f01c861 commit 1dbac1b

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.copier-answers.yml

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; NEVER EDIT MANUALLY
2-
_commit: v0.7.0-105-g511b50b
2+
_commit: v0.7.0-109-g667a118
33
_src_path: https://github.com/usnistgov/cookiecutter-nist-python.git
44
command_line_interface: none
55
conda_channel: conda-forge

.github/workflows/cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
9595
with:
9696
persist-credentials: false
97-
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
97+
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
9898
with:
9999
name: Packages
100100
path: dist
@@ -123,7 +123,7 @@ jobs:
123123
id-token: write
124124
runs-on: ubuntu-latest
125125
steps:
126-
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
126+
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
127127
with:
128128
name: Packages
129129
path: dist
@@ -148,7 +148,7 @@ jobs:
148148
id-token: write
149149
runs-on: ubuntu-latest
150150
steps:
151-
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
151+
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
152152
with:
153153
name: Packages
154154
path: dist

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
150150
with:
151151
persist-credentials: false
152-
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
152+
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
153153
with:
154154
name: Packages
155155
path: dist
@@ -187,7 +187,7 @@ jobs:
187187
with:
188188
persist-credentials: false
189189
- name: Download individual coverage reports
190-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
190+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
191191
with:
192192
pattern: coverage-data-*
193193
path: .nox

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,14 @@ repos:
7474
- id: pyproject-fmt
7575
# ** validate (schema-store)
7676
- repo: https://github.com/henryiii/validate-pyproject-schema-store
77-
rev: 2026.02.22
77+
rev: 2026.03.02
7878
hooks:
7979
- id: validate-pyproject
8080
name: validate-pyproject-schema-store
8181
stages: [manual]
8282
# ** repo review
8383
- repo: https://github.com/scientific-python/cookie
84-
rev: 2025.11.21
84+
rev: 2026.03.02
8585
hooks:
8686
- id: sp-repo-review
8787
stages: [manual]
@@ -116,7 +116,7 @@ repos:
116116
- id: ruff-format
117117
alias: ruff
118118
- repo: https://github.com/adamtheturtle/doccmd-pre-commit
119-
rev: v2026.2.27.1
119+
rev: v2026.3.2
120120
hooks:
121121
- id: doccmd
122122
name: "ruff format markdown"

0 commit comments

Comments
 (0)