Skip to content

Commit d36b059

Browse files
chore(deps): bump versions (#395)
[create-pull-request] automated change Co-authored-by: henryiii <[email protected]>
1 parent 67d8a90 commit d36b059

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs/pages/guides/coverage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ enough for a simple testing suite, can be written as follows:
9191

9292
```yaml
9393
- name: Upload coverage report
94-
uses: codecov/[email protected].0
94+
uses: codecov/[email protected].1
9595
with:
9696
token: ${{ secrets.CODECOV_TOKEN }}
9797
```

docs/pages/guides/gha_basic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ configure Pages.
656656
```yaml
657657
- name: Setup Pages
658658
id: pages
659-
uses: actions/configure-pages@v4
659+
uses: actions/configure-pages@v5
660660
```
661661

662662
{% raw %}

docs/pages/guides/style.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,7 @@ schemas, and you can load them via URL. It work on JSON, YAML, and TOML.
824824

825825
```yaml
826826
- repo: https://github.com/python-jsonschema/check-jsonschema
827-
rev: "0.28.0"
827+
rev: "0.28.1"
828828
hooks:
829829
- id: check-dependabot
830830
- id: check-github-workflows

{{cookiecutter.project_name}}/.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,6 @@ jobs:
7474
--durations=20
7575
7676
- name: Upload coverage report
77-
uses: codecov/[email protected].0
77+
uses: codecov/[email protected].1
7878
with:
7979
token: {% raw %}${{ secrets.CODECOV_TOKEN }}{% endraw %}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ repos:
118118
additional_dependencies: ["validate-pyproject-schema-store[all]"]
119119

120120
- repo: https://github.com/python-jsonschema/check-jsonschema
121-
rev: "0.28.0"
121+
rev: "0.28.1"
122122
hooks:
123123
{%- if cookiecutter.__ci == "github" %}
124124
- id: check-dependabot

0 commit comments

Comments
 (0)