Skip to content

Commit d6ef5b2

Browse files
committed
chore: 6c15657aca7c82216277b96b580860e54d2953da -> 45550b977b8f646732495c1bf663d51a7164e491
1 parent e0f8b2f commit d6ef5b2

12 files changed

Lines changed: 20 additions & 12 deletions

.cookiecutter.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"_commit": "6c15657aca7c82216277b96b580860e54d2953da",
2+
"_commit": "45550b977b8f646732495c1bf663d51a7164e491",
33
"_max_python_version_minor_int": 14,
44
"_min_python_version_minor_int": 10,
55
"_template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python",

.cruft.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python",
3-
"commit": "6c15657aca7c82216277b96b580860e54d2953da",
3+
"commit": "45550b977b8f646732495c1bf663d51a7164e491",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {
@@ -20,7 +20,7 @@
2020
"license": "MIT",
2121
"development_status": "Development Status :: 1 - Planning",
2222
"_template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python",
23-
"_commit": "6c15657aca7c82216277b96b580860e54d2953da",
23+
"_commit": "45550b977b8f646732495c1bf663d51a7164e491",
2424
"_min_python_version_minor_int": 10,
2525
"_max_python_version_minor_int": 14,
2626
"python_versions": [

.github/workflows/build-docs.yml

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

3535
steps:
3636
- name: Checkout code
37-
uses: actions/checkout@v4
37+
uses: actions/checkout@v7
3838

3939
- name: Install uv
4040
uses: astral-sh/setup-uv@v6

.github/workflows/lint-python.yml

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

3434
steps:
3535
- name: Checkout code
36-
uses: actions/checkout@v4
36+
uses: actions/checkout@v7
3737

3838
- name: Set up uv
3939
uses: astral-sh/setup-uv@v6

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout code
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v7
1818
with:
1919
fetch-depth: 0
2020
fetch-tags: true

.github/workflows/release-python.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
tag: ${{ steps.current_version.outputs.CURRENT_VERSION }}
2020
steps:
2121
- name: Checkout code
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v7
2323

2424
- name: Set up uv
2525
uses: astral-sh/setup-uv@v6
@@ -43,7 +43,7 @@ jobs:
4343
id-token: write
4444
steps:
4545
- name: Checkout code
46-
uses: actions/checkout@v4
46+
uses: actions/checkout@v7
4747

4848
- name: Set up uv
4949
uses: astral-sh/setup-uv@v6
@@ -83,7 +83,7 @@ jobs:
8383
contents: write
8484
steps:
8585
- name: Checkout code
86-
uses: actions/checkout@v4
86+
uses: actions/checkout@v7
8787

8888
- name: Set up Python
8989
uses: actions/setup-python@v5

.github/workflows/security-python.yml

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

3636
steps:
3737
- name: Checkout code
38-
uses: actions/checkout@v4
38+
uses: actions/checkout@v7
3939

4040
- name: Install uv
4141
uses: astral-sh/setup-uv@v6

.github/workflows/test-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- { python: "3.14", os: "windows-latest" }
4343
steps:
4444
- name: Checkout code
45-
uses: actions/checkout@v4
45+
uses: actions/checkout@v7
4646

4747
- name: Install uv
4848
uses: astral-sh/setup-uv@v6

.github/workflows/typecheck-python.yml

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

4040
steps:
4141
- name: Checkout code
42-
uses: actions/checkout@v4
42+
uses: actions/checkout@v7
4343

4444
- name: Set up uv
4545
uses: astral-sh/setup-uv@v6

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,6 @@ Distributed under the terms of the **MIT** license. See [LICENSE](LICENSE) for d
9393
9494
[cookiecutter-robust-python]: https://github.com/robust-python/cookiecutter-robust-python
9595
[documentation]: https://robust-python-demo.readthedocs.io/
96+
[pip-documentation]: https://pip.pypa.io/en/stable/
97+
[nox-documentation]: https://nox.thea.codes/en/stable/
98+
[uv-documentation]: https://docs.astral.sh/uv/

0 commit comments

Comments
 (0)