Skip to content

Commit 5496737

Browse files
wpk-nist-govgithub-actions[bot]
authored andcommitted
chore(template): accept new copier update
1 parent cc13c06 commit 5496737

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

.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.8.0-6-g056c2e6
2+
_commit: v0.8.0-14-g1c9f8c8
33
_src_path: https://github.com/usnistgov/cookiecutter-nist-python.git
44
command_line_interface: typer
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@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
97+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
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@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
126+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
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@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
151+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
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
@@ -215,7 +215,7 @@ jobs:
215215
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
216216
with:
217217
persist-credentials: false
218-
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
218+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
219219
with:
220220
name: Packages
221221
path: dist
@@ -257,7 +257,7 @@ jobs:
257257
with:
258258
persist-credentials: false
259259
- name: Download individual coverage reports
260-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
260+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
261261
with:
262262
pattern: coverage-data-*
263263
path: .nox

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ repos:
6969
- id: taplo-lint
7070
args: ["--no-schema"]
7171
- repo: https://github.com/tox-dev/pyproject-fmt
72-
rev: v2.19.0
72+
rev: v2.20.0
7373
hooks:
7474
- id: pyproject-fmt
7575
files: ^pyproject\.toml$

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
build-backend = "uv_build"
33
requires = [
4-
"uv-build>=0.10.4,<0.11.0",
4+
"uv-build>=0.10.11,<0.11.0",
55
]
66

77
[project]

0 commit comments

Comments
 (0)