Skip to content

Commit e7a5fb1

Browse files
chore(deps): bump versions (#633)
[create-pull-request] automated change Co-authored-by: scientific-python-pr-tokenbot[bot] <181030687+scientific-python-pr-tokenbot[bot]@users.noreply.github.com>
1 parent 48dc384 commit e7a5fb1

File tree

7 files changed

+17
-17
lines changed

7 files changed

+17
-17
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ exclude: "^({{cookiecutter\\.project_name}}|hooks/pre_gen_project.py$)"
77

88
repos:
99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: "v5.0.0"
10+
rev: "v6.0.0"
1111
hooks:
1212
- id: check-added-large-files
1313
- id: check-case-conflict
@@ -29,7 +29,7 @@ repos:
2929
additional_dependencies: [black==24.*]
3030

3131
- repo: https://github.com/astral-sh/ruff-pre-commit
32-
rev: "v0.12.7"
32+
rev: "v0.12.8"
3333
hooks:
3434
- id: ruff-check
3535
args: ["--fix", "--show-fixes"]

docs/pages/guides/gha_pure.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ publish:
148148
runs-on: ubuntu-latest
149149
if: github.event_name == 'release' && github.event.action == 'published'
150150
steps:
151-
- uses: actions/download-artifact@v4
151+
- uses: actions/download-artifact@v5
152152
with:
153153
name: Packages
154154
path: dist
@@ -182,7 +182,7 @@ publish:
182182
runs-on: ubuntu-latest
183183
if: github.event_name == 'release' && github.event.action == 'published'
184184
steps:
185-
- uses: actions/download-artifact@v4
185+
- uses: actions/download-artifact@v5
186186
with:
187187
name: Packages
188188
path: dist
@@ -246,7 +246,7 @@ jobs:
246246
if: github.event_name == 'release' && github.event.action == 'published'
247247
248248
steps:
249-
- uses: actions/download-artifact@v4
249+
- uses: actions/download-artifact@v5
250250
with:
251251
name: Packages
252252
path: dist
@@ -294,7 +294,7 @@ jobs:
294294
if: github.event_name == 'release' && github.event.action == 'published'
295295
296296
steps:
297-
- uses: actions/download-artifact@v4
297+
- uses: actions/download-artifact@v5
298298
with:
299299
name: Packages
300300
path: dist

docs/pages/guides/gha_wheels.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ upload_all:
182182
runs-on: ubuntu-latest
183183
if: github.event_name == 'release' && github.event.action == 'published'
184184
steps:
185-
- uses: actions/download-artifact@v4
185+
- uses: actions/download-artifact@v5
186186
with:
187187
pattern: cibw-*
188188
path: dist
@@ -217,7 +217,7 @@ upload_all:
217217
runs-on: ubuntu-latest
218218
if: github.event_name == 'release' && github.event.action == 'published'
219219
steps:
220-
- uses: actions/download-artifact@v4
220+
- uses: actions/download-artifact@v5
221221
with:
222222
pattern: cibw-*
223223
path: dist

docs/pages/guides/style.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ options:
3131
```yaml
3232
repos:
3333
- repo: https://github.com/pre-commit/pre-commit-hooks
34-
rev: "v5.0.0"
34+
rev: "v6.0.0"
3535
hooks:
3636
- id: check-added-large-files
3737
- id: check-case-conflict
@@ -111,7 +111,7 @@ Here is the snippet to add the formatter to your `.pre-commit-config.yml`
111111

112112
```yaml
113113
- repo: https://github.com/astral-sh/ruff-pre-commit
114-
rev: "v0.12.7"
114+
rev: "v0.12.8"
115115
hooks:
116116
# id: ruff-check would go here if using both
117117
- id: ruff-format
@@ -201,7 +201,7 @@ pre-commit hook.
201201
202202
```yaml
203203
- repo: https://github.com/astral-sh/ruff-pre-commit
204-
rev: "v0.12.7"
204+
rev: "v0.12.8"
205205
hooks:
206206
- id: ruff-check
207207
args: ["--fix", "--show-fixes"]
@@ -761,7 +761,7 @@ If you have shell scripts, you can protect against common mistakes using
761761

762762
```yaml
763763
- repo: https://github.com/shellcheck-py/shellcheck-py
764-
rev: "v0.10.0.1"
764+
rev: "v0.11.0.1"
765765
hooks:
766766
- id: shellcheck
767767
```

{{cookiecutter.project_name}}/.github/workflows/{% if cookiecutter.__type!='compiled' %}cd.yml{% endif %}

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
if: github.event_name == 'release' && github.event.action == 'published'
4444

4545
steps:
46-
- uses: actions/download-artifact@v4
46+
- uses: actions/download-artifact@v5
4747
with:
4848
name: Packages
4949
path: dist

{{cookiecutter.project_name}}/.github/workflows/{% if cookiecutter.__type=='compiled' %}cd.yml{% endif %}

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
if: github.event_name == 'release' && github.event.action == 'published'
7676

7777
steps:
78-
- uses: actions/download-artifact@v4
78+
- uses: actions/download-artifact@v5
7979
with:
8080
pattern: cibw-*
8181
path: dist

{{cookiecutter.project_name}}/.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
additional_dependencies: [black==24.*]
1313

1414
- repo: https://github.com/pre-commit/pre-commit-hooks
15-
rev: "v5.0.0"
15+
rev: "v6.0.0"
1616
hooks:
1717
- id: check-added-large-files
1818
- id: check-case-conflict
@@ -42,7 +42,7 @@ repos:
4242
args: [--prose-wrap=always]
4343

4444
- repo: https://github.com/astral-sh/ruff-pre-commit
45-
rev: "v0.12.7"
45+
rev: "v0.12.8"
4646
hooks:
4747
- id: ruff-check
4848
args: ["--fix", "--show-fixes"]
@@ -75,7 +75,7 @@ repos:
7575
- tomli; python_version<'3.11'
7676

7777
- repo: https://github.com/shellcheck-py/shellcheck-py
78-
rev: "v0.10.0.1"
78+
rev: "v0.11.0.1"
7979
hooks:
8080
- id: shellcheck
8181

0 commit comments

Comments
 (0)